PR #138 includes the following updates:
Features
- For Fivetran Platform Connectors created after November 2024, Fivetran has deprecated the
api_callevent in favor ofextract_summary(release notes). - Accordingly, we have updated the
fivetran_platform__connector_daily_eventsmodel to support the newextract_summaryevent while maintaining backward compatibility with theapi_callevent 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_eventsto support runningdbt compileprior to the initialdbt runon a new schema.
Full Changelog: v1.9.0...v1.9.1