dbt-databricks icon indicating copy to clipboard operation
dbt-databricks copied to clipboard

A dbt adapter for Databricks.

Results 139 dbt-databricks issues
Sort by recently updated
recently updated
newest added
trafficstars

### Describe the bug A clear and concise description of what the bug is. What command did you run? What happened? Array inside struct not working throught DBT ### Steps...

bug

### Describe the feature Currently merge **conditions** are not supported in merge strategy. If following the Databricks terminology, merge conditions are `matched_conditions` and `not_matched_conditions` in `MERGE` definition. Taken from DBricks...

enhancement
help wanted
incremental models

### Describe the feature The [meta key/value](https://docs.getdbt.com/reference/resource-configs/meta) pairs should be persisted and pushed to the delta table when materializing dbt models. ![image](https://github.com/databricks/dbt-databricks/assets/46301167/079acc03-cce1-4ea3-972b-d60412e83862) ### Describe alternatives you've considered The alternative is...

documentation
enhancement

### Description Migrates to Poetry to modernize packaging / trim down on the needed config files, and nox for test running, so that we can define tasks in pure python....

No idea if other people would use this but I've needed this for a while. ## Problem Data is only allowed to change in one direction following some flow. Like...

enhancement

Hello, our requirement is as follows, and we would like to seek your advice. We want to use DBT to connect to Databricks, the source data is on S3, and...

### Describe the bug When running a dbt `snapshot` on top of an underlying parquet data source, there is a challenge introduced in particular when columns are added / removed...

bug
Stale

### Describe the bug If an incremental model using the replace_where strategy uses a jinja-statement in the incremental predicate and in the select then a Runtime Error is raised if...

bug
Stale

### Describe the feature A clear and concise description of what you want to happen. In the non-snapshot models we have a config parameter location_root that we can leverage to...

enhancement
Stale

### Describe the bug Subsequent `dbt seed` command causes `The specified schema does not match the existing schema` error. Also reported in an issue in `dbt-spark` as it happens there...

bug
Stale