Skip to content

Commit ded6e30

Browse files
committed
Create tables
1 parent 3df60ee commit ded6e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dbt_project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ clean-targets: # directories to be removed by `dbt clean`
3333
# using the `{{ config(...) }}` macro.
3434
models:
3535
postgres_project:
36-
materialized: view
36+
materialized: table
3737
staging:
3838
materialized: view

0 commit comments

Comments
 (0)