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_macrosfolder 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_partday_name->fivetran_day_nameday_of_month->fivetran_day_of_month
Under the Hood
- Created consistency test on
fivetran_platform__audit_user_activityto ensureday_nameandday_of_monthcounts match.
Full Changelog: v2.0.0...v2.1.0