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: docs/concepts/models/overview.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,6 +95,9 @@ Name is ***required*** and must be ***unique***.
95
95
### partitioned_by
96
96
- Partitioned by is an optional property for engines such as Spark or Hive that support partitioning. Use this to add additional columns to the time column partition key.
97
97
98
+
### clustered_by
99
+
- Clustered by is an optional property for engines such as Bigquery that support clustering.
100
+
98
101
### tags
99
102
- Tags are one or more labels used to organize your models.
0 commit comments