dbt-core
dbt-core copied to clipboard
dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.
Resolves #10519 ### Problem Dagster runs into an error when a manifest node has `tags` defined but it is `None`. ### Solution Skip iteration when `tags` is `None` or an...
### Is there an existing feature request for this? - [X] I have searched the existing issues ### Describe the Feature Since 0.10.1, dbt-utils has contained a Redshift-specific macro called...
### 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...
### 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...
### 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...
Resolves #10438 This is failing tests but that's because the `dbt-adapters` PR [here](https://github.com/dbt-labs/dbt-adapters/pull/274) needs merging first. If anyone has any guidance on how to get my dbt-core pointing at my...
### Current Behavior With an earlier fix we suppressed the TestsConfigDeprecation warning for "tests:" keys in schema.yml files in a dependent project. However if a dependent project has a dbt_project.yml...
### 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...
resolves #10248 ### Problem For performance reasons we would like to replace jsonschema validation with fastjsonschema validation. ### Solution The main changes are in dbt_common/dataclass_schema.py. This PR mainly handles changes...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...