github fivetran/dbt_fivetran_log v2.1.0
v2.1.0 dbt_fivetran_log

latest releases: v2.4.0-a1, v2.3.2-a1, v2.3.1...
7 months ago

PR #150 includes the following updates:

Dependency Changes

  • Removed the dependency on calogica/dbt_date as it is no longer actively maintained. To maintain functionality, key date macros have been replicated within the fivetran_date_macros folder with minimal modifications. Only macro versions supporting the Fivetran Log supported destinations are retained, and all have been prefixed with fivetran_ to avoid naming conflicts.
    • date_part -> fivetran_date_part
    • day_name -> fivetran_day_name
    • day_of_month -> fivetran_day_of_month

Under the Hood

  • Created consistency test on fivetran_platform__audit_user_activity to ensure day_name and day_of_month counts match.

Full Changelog: v2.0.0...v2.1.0

Don't miss a new dbt_fivetran_log release

NewReleases is sending notifications on new releases.