You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqlmesh/dbt/model.py
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ class ModelConfig(BaseModelConfig):
58
58
cluster_by: Field(s) to use for clustering in data warehouses that support clustering
59
59
incremental_strategy: Strategy used to build the incremental model
60
60
materialized: How the model will be materialized in the database
61
-
sql_header: SQL statement to inject above create table/view as
61
+
sql_header: SQL statement to run before table/view creation. Currently implemented as a pre-hook.
62
62
unique_key: List of columns that define row uniqueness for the model
63
63
partition_by: List of partition columns or dictionary of bigquery partition by parameters ([dbt bigquery config](https://docs.getdbt.com/reference/resource-configs/bigquery-configs)).
0 commit comments