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 As per Databricks best practices, Passing the UserAgent attribute is required for all integrations with Databricks. The UserAgent attribute denotes the product/vendor name. I am not...

enhancement
Stale

### Describe the feature persist_docs currently sends an individual alter table statement per column comment. This takes forever for a large project. ### Describe alternatives you've considered Don't use persist_docs...

enhancement
blocked

### Describe the bug dbt-databricks throws Object of type ndarray is not JSON serializable when previewing nested json (`dbt show`) ### Steps To Reproduce * Open a databricks dbt project...

bug
Stale

### Describe the bug A CSV file that has UTF-8 encoding is seeded with `dbt seed`. Upon review of the load, the column encoding has appeared to change. ### Steps...

bug
Stale

### Describe the feature Starting from Databricks Runtime 13.3 and above, it is possible to use the `BY NAME` clause instead of an explicit column list in an `INSERT` statement...

enhancement
help wanted
Stale

### Describe the bug I don't understand the behavior of dbt-Databricks. Delta transaction log is always refreshed after every `dbt test` run. Does dbt always rollback test results i.e. delete...

bug
Stale

(Happy to split this into multiple issues — keeping it together here for now, to keep the conversation centralized) ### Describe the feature First, we are changing the spec of...

enhancement
Stale

### Describe the feature It would be useful to extend `copy_into` to take information from `sources`, similar to [external](https://docs.getdbt.com/reference/resource-properties/external) support - it would significantly simplify developer's life. ### Who will...

enhancement
Stale

My team uses iam credential passthrough on our clusters to access data that sits in s3. This requires us to call `SET spark.databricks.credentials.assumed.role=` as a pre-hook to models to be...

enhancement
Stale

### Describe the bug A seed with field values that should be properly represented as bigints gets populated to the destination table incorrectly. This seems to happen with values exceeding...

bug
Stale