Alex Launi
Alex Launi
Removes usage of `extern crate` where appropriate. There are still a few places where `extern crate` is the most reasonable solution due to crates which have not been updated to...
Leverage non-lexical scoping to clean up example in Filesystem and Processes section Non-lexical lifetimes were added in rust 1.31 (2018 edition) and 1.36 (2015 edition) which have been available for...
fixes: #21232 ## Summary There's an incompatible version mismatch between dbt-databricks\nand dagster-databricks due to each pinning the databricks sdk.\n\nThe databricks sdk api is not stable, so pinning in undestood.\nThis change...
### Is this a new bug in dbt-core? - [X] I believe this is a new bug in dbt-core - [X] I have searched the existing issues, and I could...
Adds support to python.nix to use `uv sync` when enabled and `uv` >= 0.4.4 `uv` 0.4.4 is the first version to respect `UV_PROJECT_ENVIRONMENT` which allows `uv` to play nicely with...
Match case to column names returned rather than hardcoding. Fixes: #1086 resolves #1086 [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem DBT crashing due to column case mismatch in response from databricks on `show...
## Feature Description Databricks SQL warehouse added as a supported warehouse type alongside the other database connection variants.
i 100% copy pasta'd this from dbt-spark as was requests in https://github.com/dbt-labs/dbt-spark/issues/1086 cc: @amychen1776 ### Is this a new bug in dbt-spark? - [X] I believe this is a new...