Skip to content

Commit

Permalink
Update databricks-configs.md (#4098)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Sep 20, 2023
2 parents a757e5a + ac491c5 commit 30d6c85
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ When materializing a model as `table`, you may include several optional configs
</VersionBlock>

<VersionBlock firstVersion="1.6">


| Option | Description | Required? | Model Support | Example |
|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------|---------------|----------------|
Expand All @@ -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` |


</VersionBlock>

## Incremental models
Expand Down Expand Up @@ -391,7 +393,8 @@ snapshots:
</File>
<VersionBlock firstVersion="1.6">
## Materialized views and streaming stables
## Materialized views and streaming tables
Starting with version 1.6.0, the dbt-databricks adapter supports [materialized views](https://docs.databricks.com/en/sql/user/materialized-views.html) and [streaming tables](https://docs.databricks.com/en/sql/load-data-streaming-table.html), as alternatives to incremental tables that are powered by [Delta Live Tables](https://docs.databricks.com/en/delta-live-tables/index.html).
See [What are Delta Live Tables?](https://docs.databricks.com/en/delta-live-tables/index.html#what-are-delta-live-tables-datasets) for more information and use cases.
Expand Down

0 comments on commit 30d6c85

Please sign in to comment.