PR #138 includes the following updates:
Features
- For Fivetran Platform Connectors created after November 2024, Fivetran has deprecated the
api_call
event in favor ofextract_summary
(release notes). - Accordingly, we have updated the
fivetran_platform__connector_daily_events
model to support the newextract_summary
event while maintaining backward compatibility with theapi_call
event for connectors created before November 2024.
Under the Hood
- Replaced the deprecated
dbt.current_timestamp_backcompat()
function withdbt.current_timestamp()
to ensure all timestamps are captured in UTC. - Updated
fivetran_platform__connector_daily_events
to support runningdbt compile
prior to the initialdbt run
on a new schema.
Full Changelog: v1.9.0...v1.9.1