PR #182 includes the following updates:
Feature Update
- Adds the optional
fivetran_platform_lookback_window_monthsvariable to limit the number of records included in log-based models uniformly. When set to an integer (number of months), only log records within the specified window are included in downstream models. Unset by default. Full log history is included unless configured. See the README for configuration details. Affects the following models:fivetran_platform__connection_statusfivetran_platform__schema_changelogfivetran_platform__audit_user_activityfivetran_platform__connection_daily_eventsfivetran_platform__audit_table(note: if you set or change this variable, rundbt run --full-refreshto ensure this incremental model reflects the updated window)
Full Changelog: v2.5.1...v2.5.2-a1