dbt-databricks
dbt-databricks copied to clipboard
A dbt adapter for Databricks.
### 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,...
### 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...
### 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`...
### 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...
### 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...
### 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,...
### 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...
### 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...
### 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...
### 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...