Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from tiki/release/sample
Browse files Browse the repository at this point in the history
fix: hacky deploy for sample cleanroom
  • Loading branch information
mike-audi authored Sep 11, 2023
2 parents 56df399 + 71e5920 commit e658178
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions infra/aws/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Resources:
Type: AWS::Serverless::Application
Properties:
Location: queue.yml
Parameters:
QueueName: cleanroom-sample-catalog

Function:
Type: AWS::Serverless::Application
Expand Down
1 change: 1 addition & 0 deletions infra/github/policy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ Resources:
Action:
- sqs:CreateQueue
- sqs:GetQueueAttributes
- sqs:SetQueueAttributes
Resource: "*"
4 changes: 2 additions & 2 deletions infra/github/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Resources:
Properties:
Location: role.yml
Parameters:
GitHubOrg: tiki-bar
RepositoryName: tiki-ocean-metadata
GitHubOrg: tiki
RepositoryName: ocean-metadata
RoleName: !Ref RoleName

Policy:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.mytiki</groupId>
<artifactId>ocean-metadata</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<packaging>jar</packaging>
<name>TIKI Ocean Metadata</name>
<properties>
Expand Down
11 changes: 11 additions & 0 deletions src/main/resources/iceberg.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#
# Copyright (c) TIKI Inc.
# MIT license. See LICENSE file in root directory.
#

catalog-name=iceberg
catalog-impl=org.apache.iceberg.aws.glue.GlueCatalog
warehouse=s3://mytiki-cleanroom-sample
io-impl=org.apache.iceberg.aws.s3.S3FileIO
glue.skip-archive=true
database-name=cleanroom_sample

0 comments on commit e658178

Please sign in to comment.