dbt-core icon indicating copy to clipboard operation
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.

Results 750 dbt-core issues
Sort by recently updated
recently updated
newest added

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...

cla:yes

### 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...

enhancement

### 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...

bug
help_wanted

### 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...

bug
unit tests

### 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...

bug
unit tests

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...

cla:yes
community

### 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...

bug

### 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...

enhancement

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...

cla:yes

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...

dependencies
cla:yes
python
community