ShaneMazur

Results 11 issues of ShaneMazur

### Describe the bug Sources do not have support for [Databricks clones](https://docs.databricks.com/en/sql/language-manual/delta-clone.html) in [DatabricksRelationType](https://github.com/databricks/dbt-databricks/blob/1d21b328fd2ca57cabe0b8bd2dd09fdbcc884a3b/dbt/adapters/databricks/relation.py#L31-L37) ### Steps To Reproduce I've encountered this issue in a few places but most recently using...

bug
needs more info

Unable to provide a token stored as an environment variable to this extension (`templater = dbt`, `dialect = databricks`) : - The extension does not inherit environment variables defined by...

### Describe the bug Couldn't tell you the full impact of this bug but where I encountered it was while using `on_schema_change="sync_all_columns"`. Basically the bug led to truncated results that...

bug

What is the best approach to allow for adapter specific configuration. I've encountered issues trying to use the YAML validation on a `dbt_project.yml` on dbt-databricks with their [custom configuration](https://docs.getdbt.com/reference/resource-configs/databricks-configs). I...

### Use-cases We write token values (regular tokens and OBO) out to external tools (ex. OnePassword [items](https://registry.terraform.io/providers/1Password/onepassword/latest/docs/resources/item)). With Databricks now enforcing token expiry, we need to ensure end users are...

feature

**Describe the bug** Fails to install the package with python 3.13. Recreation of #1845 Given python 3.13 being supported in dbt-core since version 1.10 (released June 16th) I figured it...

Bug
Triage 👀

## Current state Creating a python UDF using the [dbt functions](https://docs.getdbt.com/docs/build/udfs) feature produce the error: ```python Materialization "materialization_function_default" only supports languages ['sql']; got "python" ``` ## Request 1. Support this...

enhancement

### Describe the bug When you enable change data feed on an existing incremental model via `delta.enableChangeDataFeed=true` the table properties are not updated until after the incremental write operation. Because...

bug

### Describe the bug Very similar to #1066 When using `use_materialization_v2: true` The DDL statement that creates the `target_relation` is using data types defined in the YAML despite it running...

bug
duplicate

### Describe the feature Currently we are hitting frequent errors where `CREATE OR REPLACE TABLE` returns either `TABLE_OR_VIEW_ALREADY_EXISTS` or `TABLE_OR_VIEW_NOT_FOUND`. This is a result of different dbt jobs operating on...

enhancement