Release Notes
August 2026
v1.3.1
Feature Updates
- Updates Quickstart to surface the connector-level models that App Reporting does not already build, so you can enable them directly from Quickstart:
- Adds support for configuring individual
apple_storeandgoogle_playpackage-level variables (e.g.apple_store__subscription_events) directly from Quickstart.
Under the Hood
- Adds system-only table variables for non-essential connector source tables (
app_crash_dailyfor Apple Store,stats_store_performance_traffic_sourcefor Google Play) so a missing optional source no longer blocks downstream Quickstart models.
v1.3.2
Feature Updates
- Adds DuckDB as a supported destination.
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 not using the union connections of the same type feature) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
{connector_name}_sourcesvariables for more robust union data configuration. The old{connector_name}_union_schemasand{connector_name}_union_databasesvariables will still be supported. See the README for specific details.
Upstream Dependency Changes
- Increases the required Google Play package to version 1.3.0
- Increases the required Apple Store package to version 1.3.0
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
Upstream Dependency Changes
- Increases the required Google Play package to version 1.2.0
- Increases the required Apple Store package to version 1.2.0
August 2025
v1.0.0
Upstream Breaking Changes
Source Package Consolidation (Google Play & Apple Store)
- Removed the dependency on the
fivetran/google_play_sourcepackage infivetran/dbt_google_play, and thefivetran/apple_store_sourcepackage infivetran/dbt_apple_store. See the v1.0.0 release notes of bothdbt_apple_store(link) anddbt_google_play(link) for more details.
dbt Fusion Compatibility Updates
- Updated package to maintain compatibility with dbt-core versions both before and after v1.10.6, which introduced a breaking change to multi-argument test syntax (e.g.,
unique_combination_of_columns). - Temporarily removed unsupported tests to avoid errors and ensure smoother upgrades across different dbt-core versions. These tests will be reintroduced once a safe migration path is available.
- Removed all
dbt_utils.unique_combination_of_columnstests.
- Removed all
Under the Hood
- Updated conditions in
.github/workflows/auto-release.yml. - Added
.github/workflows/generate-docs.yml.