Happy Tuesday! 🌮
This release of the dbt_fivetran_log package includes the following updates:
Fixes
-
Added the option to disable the
user,account_membership, anddestination_membershipmodels that may not be available depending on your Fivetran setup. In yourdbt_project.ymlyou can now change these flags to disable parts of the package. Use the below to configure your project. (#52) and (#55)fivetran_log_using_account_membership: false # Disables account membership models fivetran_log_using_destination_membership: false # Disables account membership models fivetran_log_using_user: false # Disables account membership models