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 feature Many Azure customers prohibit the use of the PATs and force them to use AAD tokens. Right now, Databricks DBT extension supports only M2M AAD authentication,...

enhancement
Stale

### Describe the bug Actually it is more of a question than a bug. I am using dbt core, not dbt cloud together with Databricks. I have been trying to...

bug

### Describe the feature Opening this issue to track dbt-databricks [decoupling migration](https://github.com/dbt-labs/dbt-adapters/discussions/87) and provide additional guidance/context. Specific recommendations: * In the feature branch update https://github.com/databricks/dbt-databricks/blob/main/dev-requirements.txt#L27 to install `dbt-core` and `dbt-spark`...

enhancement

### Describe the bug When using the python model, the tblproperties in config is not applied. The final result table does not contain those table properties. ### Steps To Reproduce...

bug
help wanted

### Describe the feature I noticed two data types arrived in the Python notebook for date str. The python notebook mentioned here is the notebook dbt-databricks summits to Databricks for...

enhancement
Stale

### Describe the bug When I try the feature of running jobs on the job cluster instead of the all-purpose cluster, both the purpose cluster and the job cluster trigger,...

enhancement
Stale

### Describe the bug Hi, I'm experiencing an issue when running python models from terminated clusters. Feels related to https://github.com/databricks/dbt-databricks/pull/306#issuecomment-1520405748 and #306 in general. Tagging for visibility since you've responded...

bug
python
needs more info

### Describe the feature It is possible to run dbt SQL models inside a job cluster when: * you use the dbt-spark adapter instead of dbt-databricks * use the [session...

enhancement

### Describe the bug DBT Cloud In dbt-databricks adapter version 1.5 we were not providing a Catalog in the connection settings. The catalog was defaulted on the SQL warehouse. Update...

bug

### Describe the bug OAuth token caching fails in Docker/K8S. ### Steps To Reproduce 1. Setup dbt profile for U2M OAuth to Databricks 2. Start dbt Docker container and do...

bug