Skip to content

Commit

Permalink
Switch back to high availability tables (#516)
Browse files Browse the repository at this point in the history
* Temporarily use 3 threads when running dbt to aid in debugging

* Re-enable high availability

* Revert "Temporarily use 3 threads when running dbt to aid in debugging"

This reverts commit 6376f69.
  • Loading branch information
jeancochrane authored Jun 14, 2024
1 parent d46a692 commit bce7ae1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions dbt/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ models:
+materialized: view
+write_compression: zstd
+format: parquet
+ha: true
census:
+schema: census
default:
Expand Down
6 changes: 3 additions & 3 deletions dbt/profiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ athena:
type: athena
s3_staging_dir: s3://ccao-dbt-athena-dev-us-east-1/results/
s3_data_dir: s3://ccao-dbt-athena-dev-us-east-1/data/
s3_data_naming: schema_table
s3_data_naming: schema_table_unique
region_name: us-east-1
# "schema" here corresponds to a Glue database
schema: z_static_unused_dbt_stub_database
Expand All @@ -18,7 +18,7 @@ athena:
type: athena
s3_staging_dir: s3://ccao-dbt-athena-ci-us-east-1/results/
s3_data_dir: s3://ccao-dbt-athena-ci-us-east-1/data/
s3_data_naming: schema_table
s3_data_naming: schema_table_unique
region_name: us-east-1
schema: z_static_unused_dbt_stub_database
database: awsdatacatalog
Expand All @@ -29,7 +29,7 @@ athena:
type: athena
s3_staging_dir: s3://ccao-athena-results-us-east-1/
s3_data_dir: s3://ccao-athena-ctas-us-east-1/
s3_data_naming: schema_table
s3_data_naming: schema_table_unique
region_name: us-east-1
schema: default
database: awsdatacatalog
Expand Down

0 comments on commit bce7ae1

Please sign in to comment.