[Bug] hard_deletes: new_record
not working as expected
#524
Labels
pkg:dbt-bigquery
Issue affects dbt-bigquery
triage:product
In Product's queue
type:bug
Something isn't working as documented
Is this a new bug in dbt-bigquery?
Current Behavior
The new
hard_deletes: new_record
config does not appear to be working on BigQuery.Expected Behavior
The new
hard_deletes: new_record
config works as expected.Steps To Reproduce
foo
and "hard delete" record withid = 1
:Check snapshot:
^ We can see that there is no new row for
id = 1
added with thedbt_is_deleted
col set toTrue
- if things worked as expected (as it does on postgres) - then that would be the case.Relevant log output
No response
Environment
Additional Context
This works as expected on dbt-postgres:
The text was updated successfully, but these errors were encountered: