Skip to content

Commit ac94fe1

Browse files
committed
Disable python models
1 parent e6ccb93 commit ac94fe1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

models/marts/core/fct_orders_stats_py.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ def model(dbt, session):
33
# Access to config block
44
dbt.config(
55
materialized='table',
6-
snowflake_warehouse='SNOWPARK_WH'
6+
snowflake_warehouse='SNOWPARK_WH',
7+
enabled=False,
78
)
89

910
# Get upstream data

0 commit comments

Comments
 (0)