Skip to content

Commit 679f6e5

Browse files
committed
Revert "docs: note Databricks liquid clustering AUTO/NONE keywords in clustered_by docs"
This reverts commit bb70305.
1 parent c735b63 commit 679f6e5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

docs/concepts/models/overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,8 +363,6 @@ 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-
368366
### columns
369367
: 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.
370368

0 commit comments

Comments
 (0)