dbt-snowflake
dbt-snowflake copied to clipboard
dbt-snowflake contains all of the code enabling dbt to work with Snowflake
### Describe the feature We're currently using `pytest~=7.0` but `pytest` has released `8.0`. `dependabot` was not able to do this upgrade easily, which suggests there are material breaking changes associated...
### Current Behavior We install the wheel, check that the package is installed, then immediately install the sdist, and check that the package is installed again. ### Expected Behavior We...
resolves #846 [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem We don't provide a standard way to enable logging for python models. ### Solution Put together some proposals for minimal permission workarounds as well...
resolves # [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [ ] I have...
resolves # [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem ### Solution ### Checklist - [ ] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [ ] I have...
### Is this a new bug in dbt-snowflake? - [X] I believe this is a new bug in dbt-snowflake - [X] I have searched the existing issues, and I could...
### Is this a new bug in dbt-snowflake? - [X] I believe this is a new bug in dbt-snowflake - [X] I have searched the existing issues, and I could...
resolves # [docs](https://github.com/dbt-labs/docs.getdbt.com/issues/new/choose) dbt-labs/docs.getdbt.com/# ### Problem ### Solution ### Checklist - [x] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand what's expected of me - [x] I have run this...
related: https://github.com/dbt-labs/dbt-adapters/pull/220
### Problem Our existing CI database was setup over the course of several manually run SQL statements. This has made it more difficult to figure out what configurations are needed...