Skip to content

Commit bb70305

Browse files
committed
docs: note Databricks liquid clustering AUTO/NONE keywords in clustered_by docs
1 parent 6f2b797 commit bb70305

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/concepts/models/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,8 @@ Learn more about these properties and their default values in the [model configu
363363
### clustered_by
364364
: Clustered by is an optional property for engines such as Bigquery that support clustering.
365365

366+
Note: Databricks supports the liquid clustering keywords AUTO and NONE, e.g. (`clustered_by AUTO`). To cluster by a column called `auto` or `none`, use parentheses and backticks, e.g. ``clustered_by (`auto`)``.
367+
366368
### columns
367369
: By default, SQLMesh [infers a model's column names and types](#conventions) from its SQL query. Disable that behavior by manually specifying all column names and data types in the model's `columns` property.
368370

0 commit comments

Comments
 (0)