Skip to content

Commit

Permalink
fix: use quote_columns to enable snowflake
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrenceadams committed Dec 11, 2024
1 parent 5fdf5d3 commit 4e473eb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'synthea_omop_etl'
version: '0.1.0'
name: "synthea_omop_etl"
version: "0.1.0"
config-version: 2

profile: 'synthea_omop_etl'
profile: "synthea_omop_etl"

asset-paths: ["assets"]
docs-paths: ["docs"]
Expand All @@ -13,7 +13,7 @@ seed-paths: ["seeds"]
macro-paths: ["macros"]
snapshot-paths: ["snapshots"]

clean-targets: # directories to be removed by `dbt clean`
clean-targets: # directories to be removed by `dbt clean`
- "target"

vars:
Expand All @@ -34,3 +34,4 @@ seeds:
synthea:
+enabled: true
+schema: synthea_seeds
+quote_columns: true

0 comments on commit 4e473eb

Please sign in to comment.