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

resolves #10360 ### CumulativeTypeParams DSI has recently moved fields related to cumulative metrics (specifically, `window` and `grain_to_date`) from `type_params` to `type_params.cumulative_type_params`. This creates better organization in the metric spec, and...

user docs
cla:yes
semantic
artifact_minor_upgrade

resolves #10376 ### Solution Add default_granularity to metric spec. Currently, metric_time defaults to the smallest available granularity. Now that we're enabling sub-daily granularities, users will likely be surprised to see...

cla:yes
semantic
artifact_minor_upgrade
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
triage
semantic
artifact_minor_upgrade

Resolves #10365 ### Problem ### Solution Sort and do some like validation for nulls. ### 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...

cla:yes

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

### Current Behavior Running parse on a project with a fairly large number of saved queries shows (in perf_info.json) a large "load_all_elapsed" time that's not captured in the parse times...

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

resolves #10362 ### Problem Incremental models with existing tables had their columns updated by "expand_target_column_types", but this is unnecessary when models have a contract. ### Solution Do not call "expand_target_column_types"...

cla:yes

### 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
triage
semantic
Impact: SL

### Describe the feature From https://github.com/dbt-labs/dbt-core/issues/10246 Provide a new way for folks to define snapshots, that don't require the jinja block. ### Acceptance criteria - I can define my snapshot...

enhancement
user docs
snapshots