Skip to content

Commit

Permalink
Use string
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasyu888 committed Apr 25, 2024
1 parent 425877e commit 8a418c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/develop/snowflake-s3-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ parameters:
S3SourceBucketName: {{ stack_group_config.input_bucket_name }}
S3IntermediateBucketName: {{ stack_group_config.intermediate_bucket_name }}
S3ParquetBucketName: {{ stack_group_config.processed_data_bucket_name }}
AWSAccountId: 914833433684
AWSAccountId: "914833433684"
ExternalId: "0"
stack_tags:
{{ stack_group_config.default_stack_tags }}
2 changes: 1 addition & 1 deletion templates/snowflake-s3-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Parameters:
Description: Name of the S3 Parquet bucket

AWSAccountId:
Type: Number
Type: String
Description: The Snowflake AWS Account ID

ExternalId:
Expand Down

0 comments on commit 8a418c2

Please sign in to comment.