Skip to content

Commit

Permalink
use default region env var
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-cook-87 committed Nov 27, 2023
1 parent 28e2910 commit cff04ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test_project/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dbt_artifacts:
s3_staging_dir: "{{ env_var('DBT_ENV_ATHENA_S3_STAGING') }}"
s3_data_dir: "{{ env_var('DBT_ENV_ATHENA_S3_DATA') }}"
s3_data_naming: schema_table_unique
region_name: ap-southeast-2
region_name: "{{ env_var('AWS_DEFAULT_REGION') }}"
schema: public
database: awsdatacatalog
threads: 8
Expand Down

0 comments on commit cff04ad

Please sign in to comment.