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 We are hosting DBT in a remote development environment (such as dbt.akme.com) using code-server are a looking at leveraging the OAuth H2M authentication. When running the...

bug

### Describe the feature Users want to capability to schedule their own optimize runs. ### Describe alternatives you've considered Currently dbt-databricks runs it after every call to merge in data,...

enhancement

### Describe the bug Seems related to #104 - Setting `persist_docs` on a `materialized_view` causes the execution of an `ALTER TABLE` statement, but this fails on materialized views, `ALTER VIEW`...

bug
blocked

### Describe the bug When I'm running `dbt run -s model` for different models in parallel (and they exist before these dbt commands run) on databricks general compute cluster. Im...

bug

My team is excited to try out the new [unit testing](https://docs.getdbt.com/docs/build/unit-tests) functionality in DBT 1.8.0. However, this does still require connecting to Databricks to run the unit tests. We'd like...

question

### Describe the bug Unable to apply a multiple column primary key ### Steps To Reproduce Simple model: ``` select 'a' as col_1, 'b' as col_2 ``` adding col_1 as...

bug

### Describe the feature Support Column Masking as part of the YAML definition: ```sql {% macro create_hash_function() %} CREATE OR REPLACE FUNCTION my_catalog.my_schema.hash_mask(raw_value STRING) RETURN sha2(raw_value, 256); {% endmacro %}...

enhancement
help wanted

### Describe the bug **Issue when using dbt-databricks==1.8.7** - We just upgraded from dbt-databricks 1.5 to **1.8.7.** This upgrade resulted in an error in the ci job. Downgraded to vs...

bug

### Describe the bug I am attempting to execute multiple SQL statements on various hooks and seem to be unable to execute multiple statements separated by `;` within one entry....

bug

### Describe the bug The `connect_retries` and `connect_timeout` parameters in the `profiles.yml` don't have the effect that is described [in the docs](https://docs.getdbt.com/docs/core/connect-data-platform/databricks-setup#additional-parameters). The retry functionality seems to be implemented, but...

bug