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 608 dbt-core issues
Sort by recently updated
recently updated
newest added

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description This ticket should build on the work from #10256. Specifically we want to update the tests in...

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

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

### Describe the bug Here's a minimal reproducible example (running on BigQuery). ```sql -- test_tmp_1.sql {{ config(materialized="table") }} select a.* from unnest([ struct(1 as key, 1 as value) ]) as...

bug
user docs

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Tests in [test_semantic_layer_nodes_satisfy_protocols.py](https://github.com/dbt-labs/dbt-core/blob/main/tests/unit/test_semantic_layer_nodes_satisfy_protocols.py) test that core satisfies the protocols that DSI provides. Sometimes it fails when it's...

tech_debt

### Housekeeping - [X] I am a maintainer of dbt-core ### Short description Sometimes we add a node and assume a fair amount of the dbt system functionality will come...

Resolves #5273. Reimplementation of https://github.com/dbt-labs/dbt-core/pull/5488 to match the new split between adapter and core repos. See https://github.com/dbt-labs/dbt-adapters/pull/236 for the corresponding adapter PR. ### Problem Ephemeral model materializations do not currently...

cla:yes
community

### 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
user docs

## Description We want to ensure we automatically test all node types which are supposed to work with specific. We've discussed a few _possible_ ways to identify what nodes a...