diff --git a/infra/aws/template.yml b/infra/aws/template.yml index 40a0020..4056259 100644 --- a/infra/aws/template.yml +++ b/infra/aws/template.yml @@ -7,6 +7,8 @@ Resources: Type: AWS::Serverless::Application Properties: Location: queue.yml + Parameters: + QueueName: cleanroom-sample-catalog Function: Type: AWS::Serverless::Application diff --git a/infra/github/policy.yml b/infra/github/policy.yml index f0f27ef..7b7747d 100644 --- a/infra/github/policy.yml +++ b/infra/github/policy.yml @@ -46,4 +46,5 @@ Resources: Action: - sqs:CreateQueue - sqs:GetQueueAttributes + - sqs:SetQueueAttributes Resource: "*" diff --git a/infra/github/template.yml b/infra/github/template.yml index aff979c..1934433 100644 --- a/infra/github/template.yml +++ b/infra/github/template.yml @@ -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: diff --git a/pom.xml b/pom.xml index 8861c96..c60ac57 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 4.0.0 com.mytiki ocean-metadata - 0.1.0 + 0.1.1 jar TIKI Ocean Metadata diff --git a/src/main/resources/iceberg.properties b/src/main/resources/iceberg.properties new file mode 100644 index 0000000..0e3cf7c --- /dev/null +++ b/src/main/resources/iceberg.properties @@ -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