github fivetran/dbt_fivetran_log v0.6.1
dbt_fivetran_log v0.6.1

latest releases: v2.4.0, v2.4.0-a1, v2.3.2-a1...
3 years ago

Happy Tuesday! 🌮

This release of the dbt_fivetran_log package includes the following updates:

Fixes

  • Added the option to disable the user, account_membership, and destination_membership models that may not be available depending on your Fivetran setup. In your dbt_project.yml you 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

Contributors

Don't miss a new dbt_fivetran_log release

NewReleases is sending notifications on new releases.