dbt-databricks
dbt-databricks copied to clipboard
A dbt adapter for Databricks.
### Describe the feature Add constraints to Databricks SQL tables based on documentation here: Reference PR for `dbt-core` and `dbt-postgres`: https://github.com/dbt-labs/dbt-core/pull/6271 Databricks constraints: https://docs.databricks.com/tables/constraints.html ### Describe alternatives you've considered Custom...
### Describe the feature Databricks just released the new Serverless Compute at May 1st, I think it will help us a lot on the pipeline, to avoid slow spin-up time...
### Describe the feature The new support for Databricks tags on tables & views is really useful. Any chance of supporting column tags too? This is useful for tagging columns...
### Describe the bug When we run "dbt run" to submit jobs to Databricks cluster, then we kill the DBT CLI, what we want is job killed on Databricks, but...
### Describe the bug This Delta Live Tables query is syntactically valid, but you must create a pipeline in order to define and populate your table. i'm struggling integrate Delta...
### Describe the bug When trying to run multiple semi-colon separated queries to Databricks with the `run_query()` macro, I get a syntax error `PARSE_SYNTAX_ERROR`. ### Steps To Reproduce Below is...
### Describe the feature Currently the merge strategy updates all rows when the key matches. This produces duplicate data in Change Data Feed is the updated row did not have...
I'm looking to get a census of users ability to connect via OAuth If you use or have tried to use OAuth and see this bug, please reply with the...
Hi, I am trying to create a macro that defines different SQL warehouses for different models/environments. For ex - dev would almost always have 2x-small and production x-large. It can...
### Description After significant testing, I've found that getting column data from information_schema as currently implemented is too expensive. The fastest way I've found to populate the required data for...