Skip to content

Commit

Permalink
disables example models
Browse files Browse the repository at this point in the history
  • Loading branch information
clausherther committed Oct 15, 2019
1 parent d2a718f commit 0e9ca79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion models/examples/dates.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{
config(
materialized = 'table'
materialized = 'table',
enabled = false
)
}}
with date_dimension as (
Expand Down
3 changes: 2 additions & 1 deletion models/examples/dim_date.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{
config(
materialized = 'table'
materialized = 'table',
enabled = false
)
}}
with date_dimension as (
Expand Down
3 changes: 2 additions & 1 deletion models/examples/dim_date_fiscal.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{{
config(
materialized = 'table'
materialized = 'table',
enabled = false
)
}}
with fp as (
Expand Down

0 comments on commit 0e9ca79

Please sign in to comment.