From 6749cf6addf035c6a8281b14c397e3c657f842c7 Mon Sep 17 00:00:00 2001 From: mirnawong1 <89008547+mirnawong1@users.noreply.github.com> Date: Wed, 20 Sep 2023 07:08:00 +0100 Subject: [PATCH] Update databricks-configs.md Fix table --- website/docs/reference/resource-configs/databricks-configs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/reference/resource-configs/databricks-configs.md b/website/docs/reference/resource-configs/databricks-configs.md index 5d86b437274..e889c9f5eee 100644 --- a/website/docs/reference/resource-configs/databricks-configs.md +++ b/website/docs/reference/resource-configs/databricks-configs.md @@ -21,6 +21,7 @@ When materializing a model as `table`, you may include several optional configs + | Option | Description | Required? | Model Support | Example | |---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|---------------|----------------| @@ -31,6 +32,7 @@ When materializing a model as `table`, you may include several optional configs | clustered_by | Each partition in the created table will be split into a fixed number of buckets by the specified columns. | Optional | SQL, Python | `country_code` | | buckets | The number of buckets to create while clustering | Required if `clustered_by` is specified | SQL, Python | `8` | + ## Incremental models