PR #183 includes the following updates:
Under the Hood
- Adds
get_*_columns()macros for all staging source tables and updates the corresponding staging models to usefivetran_utils.fill_staging_columns(). Staging models now handle missing source columns gracefully by filling them withnullrather than raising an error. - Adjusts
row_count__connection_daily_eventstest to dynamically referenceconnectionorconnectorsource tables
Full Changelog: v2.5.1...v2.5.2