dbt-databricks
dbt-databricks copied to clipboard
A dbt adapter for Databricks.
### 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...
### 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...
### 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.  ### Describe alternatives you've considered The alternative is...
### 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...
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...
### 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...
### 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...
### 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...