fivetran / dbt_sage_intacct

Fivetran data models for Sage Intacct using dbt.
https://fivetran.github.io/dbt_sage_intacct/#!/overview
Apache License 2.0
5 stars 6 forks source link

[Bug] soft deletes #7

Closed fivetran-reneeli closed 2 years ago

fivetran-reneeli commented 2 years ago

Is there an existing issue for this?

Describe the issue

Some records show are included in the end model despite being marked as fivetran_deleted. This may because these were soft deleted, rather than hard-deleted. Possibly due to accounting auditing purposes. Maybe we want to filter these out in the end models.

Relevant error log or model output

No response

Expected behavior

Don't include values from records that were soft-deleted

dbt Project configurations

n/a

Package versions

0.1.0

What database are you using dbt with?

bigquery

dbt Version

1.0.0

Additional Context

No response

Are you willing to open a PR to help address this issue?