Skip to content

Commit

Permalink
Merge pull request #36 from tailsdotcom/ac/remove_default_schema
Browse files Browse the repository at this point in the history
remove specific schemas
  • Loading branch information
alanmcruickshank authored Jul 5, 2021
2 parents 37061a3 + 4858556 commit 621bda3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ require-dbt-version: ">=0.19.0"

models:
dbt_artifacts:
+schema: default_dbt_artifacts_schema
# No schema override is defined here, but we recommend that you
# override the schema for specific projects.
+materialized: table
incremental:
+materialized: incremental
Expand Down

0 comments on commit 621bda3

Please sign in to comment.