Skip to content

Commit

Permalink
change default int materialization to table
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew D.Gramigna committed Nov 15, 2023
1 parent a38a8c3 commit 93d432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion levergreen_dbt/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ models:
staging:
+materialized: view
intermediate:
+materialized: ephemeral
+materialized: table
marts:
+materialized: table
+schema: core
Expand Down

0 comments on commit 93d432d

Please sign in to comment.