[Bug] Databricks SQL Warehouse Compatibility #120
Labels
error:forced
priority:p2
Affects most users; fix needed
status:in_review
Currently in review
type:bug
Something is broken or incorrect
update_type:models
Primary focus requires model updates
Is there an existing issue for this?
Describe the issue
If a user is leveraging the a Databricks SQL Warehouse, then they will see the below error. This is due to the incremental strategy
insert_overwrite
not being compatibile with Databricks SQL Warehouse runtimes.Relevant error log or model output
Expected behavior
The incremental strategy works regardless of Databricks runtime.
dbt Project configurations
Any
Package versions
Latest
What database are you using dbt with?
databricks
dbt Version
Any
Additional Context
We likely will consider the following since we cannot differentiate between databricks runtimes in dbt when using adapter calls.
Leverage the
merge
strategy with some failsafes in place to avoid the downsides of the merge strategyRemove the incremental strategy
Are you willing to open a PR to help address this issue?
The text was updated successfully, but these errors were encountered: