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 Beyond simple PAT tokens supporting some of Azure AAD based authentication would great. ### Additional context [dbt-sqlserver](https://github.com/dbt-msft/dbt-sqlserver/blob/master/dbt/adapters/sqlserver/connections.py) is a good example of how to get vaild...

enhancement

### Describe the bug We use the dbt-databricks adapter and can successfully read our models from dbt and also write them. However, when we call ```dbt docs generate``` we get...

bug
Stale

### Description Setups integration tests on GitHub Actions. The integration tests work when the PR is merged, and scheduled time (5am UTC).

### Describe the feature Databricks SQL has endpoints that are t-shirt sized, similar to Snowflake warehouses. Models with a lot of rows need larger endpoints, but these would be overkill...

enhancement

I might be lost in tox here, but as far as I can tell, there are tox jobs setup to run the dbt-core's integration test suite, but I don't see...

### Describe the bug I am trying to run Python models using the `dbt-dtabricks` adapter but get some errors. ### Steps To Reproduce - Create some models in your dbt...

bug

We want to do fine-grained tune on each model, can we pass these spark params to Databricks through DBT?

enhancement

### Describe the feature Add support for DLT Expectations: [Manage data quality with Delta Live Tables ](https://docs.databricks.com/en/delta-live-tables/expectations.html) These could utilize the [constraints](https://docs.getdbt.com/reference/resource-properties/constraints) resource property for syntax: ```yaml models: - name:...

enhancement

### Description Dbt allow you to [tag](https://docs.getdbt.com/reference/resource-configs/tags) your models, and you can also [tag](https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/tags) your tables and views in Databricks. There should be a way to apply dbt tags to...

enhancement

### Describe the feature I propose enhancing the dbt Databricks adapter to support incremental models utilizing Databricks' Delta Lake CHANGE DATA FEED feature, specifically by enabling the configuration option delta.enableChangeDataFeed=true...

enhancement