Skip to content

Commit cff04ad

Browse files
use default region env var
1 parent 28e2910 commit cff04ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test_project/profiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dbt_artifacts:
5757
s3_staging_dir: "{{ env_var('DBT_ENV_ATHENA_S3_STAGING') }}"
5858
s3_data_dir: "{{ env_var('DBT_ENV_ATHENA_S3_DATA') }}"
5959
s3_data_naming: schema_table_unique
60-
region_name: ap-southeast-2
60+
region_name: "{{ env_var('AWS_DEFAULT_REGION') }}"
6161
schema: public
6262
database: awsdatacatalog
6363
threads: 8

0 commit comments

Comments
 (0)