v2.1.0 dbt_fivetran_log
·
5 commits
to main
since this release
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 withfivetran_
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 ensureday_name
andday_of_month
counts match.
Full Changelog: v2.0.0...v2.1.0