Results 46 issues of Gerda Shank

### Description As we attempt to make additional features backward compatible, there will be situations (several currently known in the snapshot initiative) where we will want users to run upgrade...

snapshots

### Description Imagine `order_id=1` is deleted from the table you're snapshotting. If `invalidate_hard_deletes=true`, deleted records are invalidated by setting `dbt_valid_to` to the current timestamp: | order_id | dbt_valid_from | dbt_valid_to...

user docs
snapshots

### Description Currently, you can document pretty much everything but a data test - if you try, it fails on a parsing error. This ticket is for singular tests. A...

enhancement
dbt tests
paper_cut
Impact: CA
Impact: Exp

resolves # ### Problem Fixes tests to work with dbt-adapters #242 changes. ### 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...

cla:yes

As per discussion in #6853, add code to process yaml frontmatter in model nodes. Copying information from that discussion by jtcohen: What about YFM? Here's an idea, which you have...

enhancement
stale
paper_cut

Resolves #10185 ### Problem We hardcode the column names in snapshot tables. ### Solution Allow configuring column names. ### Checklist - [x] I have read [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md) and understand...

cla:yes

Resolves # ### 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 run this...

cla:yes

### Description We are not going to actually deprecate the use of the "tests:" config. Although we prefer "data_tests:" because it's more precise and less confusing, and contrasts more logically...

### Description Currently we run process_saved_queries for every saved query in a manifest, even if nothing has changed in the semantic manifest. In the right circumstances this can be a...

### Description We don't have good test coverage of all resources which can be disabled and the ability to lookup the correct matching resources in the disabled dictionary. This also...