Skip to content

Commit

Permalink
Updated type of materialization for staging models.
Browse files Browse the repository at this point in the history
  • Loading branch information
nemishmehta committed Jul 30, 2024
1 parent 84b30bc commit 72405d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "awesome-inc"
version = "0.4.2"
version = "0.5.0"
description = "Add your description here"
authors = [
{ name = "nemishmehta", email = "[email protected]" }
Expand Down
2 changes: 1 addition & 1 deletion src/awesome_inc/warehouse/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ models:
awesome_inc:
# Config indicated by + and applies to all files under models/example/
staging:
+materialized: table
+materialized: view
marts:
+materialized: table

0 comments on commit 72405d4

Please sign in to comment.