Release Notes
August 2026
v1.3.1
Bug Fix
- Fixes
int_apple_store__date_spinecompilation errors by falling back to a default one-year date range when the underlyingAPP_STORE_*tables aren't synced.
v1.3.2
Feature Updates
- Adds DuckDB as a supported destination.
v1.3.3
Bug Fix
- Corrects the default source table identifier for
app_store_app, which pointed at the wrong table name and caused a runtime error instg_apple_store__app_store_app_tmp. This default had no effect prior to v1.3.0's move tofivetran_utils.union_connections, which resolves the source table using this identifier. - Renames the
apple_store_app_identifiervariable toapple_store_app_store_app_identifierto match this package's variable naming convention. If you had setapple_store_app_identifierin your own project, update your configuration to use the new variable name.
June 2026
v1.3.0
Schema/Data Changes (--full-refresh required after upgrading)
1 total change • 1 possible breaking change
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
| All models | source_relation column (when using a single Apple Store schema) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
apple_store_sourcesvariable for more robust union data configuration. The oldapple_store_union_schemasandapple_store_union_databasesvariables will still be supported. See the README for specific details.
Under the Hood
- Adds the
fivetran_using_source_casingvariable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the Additional Configurations section of the README for details. - Introduces
fivetran_utils.partition_by_source_relationto conditionally includesource_relationin partition clauses only when multiple sources are configured.
January 2026
v1.1.0
Features
- Increases the required dbt version upper limit to v3.0.0.
v1.2.0
Documentation
- Updates README with standardized Fivetran formatting.
Under the Hood
- In the
quickstart.ymlfile:- Adds
table_variablesfor relevant sources to prevent missing sources from blocking downstream Quickstart models. - Adds
supported_varsfor Quickstart UI customization.
- Adds
September 2025
v1.0.1
Bug Fixes
- Fixed a run error in
int_apple_store__date_spinethat occurred when one or more source tables used to determine the start date of the spine were missing.