Skip to content

Commit

Permalink
Mark dbt-databricks as supporting 'microbatch' incremental strategy (#…
Browse files Browse the repository at this point in the history
…6574)

## What are you changing in this pull request and why?
dbt-databricks added [support for
microbatch](https://github.com/databricks/dbt-databricks/releases/tag/v1.9.0b1).
However, our docs were not reflecting this. This change notes in our
docs that microbatch is supported 🙂

## Checklist
- [X] I have reviewed the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
so my content adheres to these guidelines.
- [ ] The topic I'm writing about is for specific dbt version(s) and I
have versioned it according to the [version a whole
page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
and/or [version a block of
content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content)
guidelines.
- [ ] I have added checklist item(s) to this list for anything anything
that needs to happen before this PR is merged, such as "needs technical
review" or "change base branch."
- [ ] The content in this PR requires a dbt release note, so I added one
to the [release notes
page](https://docs.getdbt.com/docs/dbt-versions/dbt-cloud-release-notes).
<!--
PRE-RELEASE VERSION OF dbt (if so, uncomment):
- [ ] Add a note to the prerelease version [Migration
Guide](https://github.com/dbt-labs/docs.getdbt.com/tree/current/website/docs/docs/dbt-versions/core-upgrade)
-->
<!-- 
ADDING OR REMOVING PAGES (if so, uncomment):
- [ ] Add/remove page in `website/sidebars.js`
- [ ] Provide a unique filename for new pages
- [ ] Add an entry for deleted pages in `website/vercel.json`
- [ ] Run link testing locally with `npm run build` to update the links
that point to deleted pages
-->
  • Loading branch information
QMalcolm authored Dec 2, 2024
1 parent 5343a8a commit 75c062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/build/incremental-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Click the name of the adapter in the below table for more information about supp
| [dbt-redshift](/reference/resource-configs/redshift-configs#incremental-materialization-strategies) |||| ||
| [dbt-bigquery](/reference/resource-configs/bigquery-configs#merge-behavior-incremental-models) | || |||
| [dbt-spark](/reference/resource-configs/spark-configs#incremental-models) ||| |||
| [dbt-databricks](/reference/resource-configs/databricks-configs#incremental-models) ||| || |
| [dbt-databricks](/reference/resource-configs/databricks-configs#incremental-models) ||| || |
| [dbt-snowflake](/reference/resource-configs/snowflake-configs#merge-behavior-incremental-models) |||| ||
| [dbt-trino](/reference/resource-configs/trino-configs#incremental) |||| | |
| [dbt-fabric](/reference/resource-configs/fabric-configs#incremental) |||| | |
Expand Down

0 comments on commit 75c062e

Please sign in to comment.