Skip to content

Commit

Permalink
Merge pull request #13 from fivetran/fix_schema
Browse files Browse the repository at this point in the history
fix schema
  • Loading branch information
kristin-bagnall authored Mar 17, 2021
2 parents 7178559 + 9187398 commit 4774fc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ require-dbt-version: [">=0.18.0", "<0.20.0"]
models:
fivetran_log:
+materialized: table
+schema: _fivetran_log
+schema: fivetran_log
staging:
+schema: _stg_fivetran_log
+schema: stg_fivetran_log


vars:
Expand Down

0 comments on commit 4774fc3

Please sign in to comment.