dbt-labs / dbt-postgres

Apache License 2.0
34 stars 14 forks source link

Enable setting dbt_valid_to snapshot column to new setting dbt_valid_to_current #152

Closed gshank closed 1 month ago

gshank commented 1 month ago

resolves #151

Problem

Support work being done in dbt-core and dbt-adapters to enable setting the value of a current row in the dbt_valid_to column.

Support dbt-core https://github.com/dbt-core/issue/10187, dbt-adapters https://github.com/dbt-labs/dbt-adapters/pull/321.

Solution

Use the "dbt_valid_to_current" config.

Checklist