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 When using liquid clustering the cluster columns in the deltalake table are update every time the dbt model is ran, even if the cluster columns are...

bug

### **Describe the feature** The feature adds the ability to automatically generate SQL column comments in Databricks Delta Live Tables (DLT). Specifically, it updates the `CREATE STREAMING TABLE` SQL generation...

enhancement

### Describe the feature Provide a mechanism so that tables are written to external paths that match the structure in Databricks ### Describe alternatives you've considered Asked about the possibility...

enhancement

### Describe the bug I got an error when trying to use the `--empty` flag with a model that uses the `dbt_utils.union_relations` macro. ### Workaround Doing this update seemed to...

bug

### Describe the bug When trying to materialize a `view` in dbt via `dbt run` or `dbt build`, and the view is shared via Delta Sharing, the materialization fails: ```...

bug

User has raised that utilizing the --fail-fast flag for job runs in dbt Cloud scheduled runs is causing incredibly noisy logging, making surfacing the error and actual issue difficult. -...

bug

### Describe the bug Couldn't tell you the full impact of this bug but where I encountered it was while using `on_schema_change="sync_all_columns"`. Basically the bug led to truncated results that...

bug

i 100% copy pasta'd this from dbt-spark as was requests in https://github.com/dbt-labs/dbt-spark/issues/1086 cc: @amychen1776 ### Is this a new bug in dbt-spark? - [X] I believe this is a new...

bug

### Describe the bug We've started getting these errors in our DBT pipeline with no changes to the pipeline itself. It's been running for a while now without any problem....

bug

### Describe the feature I'd like to leverage Databricks' job running functionality but still use dbt to manage the orchestration and development workflow. So, from the Databricks side, instead of...

enhancement