fivetran / dbt_fivetran_log

Data models for Fivetran's internal log connector built using dbt.
https://fivetran.github.io/dbt_fivetran_log/
Apache License 2.0
30 stars 24 forks source link

[Feature] totally deprecate `account_membership` table #83

Closed fivetran-jamie closed 11 months ago

fivetran-jamie commented 1 year ago

Is there an existing feature request for this?

Describe the Feature

In June 2023 we deprecated this table (and other membership ones that the package already excludes). There is the fivetran_log_using_account_membership variable, so people can set that to false (it is true by default tho :eyes:). long term we should probably just remove this table and any transforms of it (or at the very least set the enabled var to false by default)

Describe alternatives you've considered

leave it and make people set it to false

Are you interested in contributing this feature?

Anything else?

No response