kmarq
kmarq
### 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...
### Is this your first time submitting a feature request? - [X] I have read the [expectations for open source contributors](https://docs.getdbt.com/docs/contributing/oss-expectations) - [X] I have searched the existing issues, and...
### 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...
### Describe the bug Building a model that was created by doing a clone command that has a PK constraint fails with an error that the PK already exists when...