Skip to content

Conversation

@fivetran-data-model-bot
Copy link
Contributor

@fivetran-data-model-bot fivetran-data-model-bot commented Aug 12, 2025

Summary

  • This PR only removes the tests and moves the loaded_at_field config.

MANUAL UPDATES

  • If applicable, merge in the Q2 FY26 Automatic Package Updates PR.
  • Check BK run logs for at least 2 warehouses
    • No further deprecation warnings
  • Make sure below automatic updates were applied correctly.

Auto Updates

  • Removed dbt_utils.unique_combination_of_columns tests
  • Removed accepted_values tests
  • loaded_at_field correctly moved under config (if applies)
  • Bumped package version to v0.7.0 in dbt_project.yml
  • Updated CHANGELOG.md

Notes

  • Patch release (no breaking changes).

@fivetran-data-model-bot fivetran-data-model-bot added the next-release Include in the next release. label Aug 12, 2025
* Q2 FY26: Apply automated update.

* Update generate-docs.yml

* Q2 FY26: Update auto-release workflow only.

* @docs-include

---------

Co-authored-by: fivetran-catfritz <111930712+fivetran-catfritz@users.noreply.github.com>
Co-authored-by: Avinash Kunnath <avinash.kunnath@fivetran.com>
Co-authored-by: Avinash Kunnath <108772760+fivetran-avinash@users.noreply.github.com>
@fivetran-avinash fivetran-avinash self-assigned this Aug 15, 2025
@fivetran-avinash fivetran-avinash added the docs:ready Triggers the docs generator workflow. label Aug 15, 2025
Copy link
Contributor

@fivetran-catfritz fivetran-catfritz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

Comment on lines +121 to +127
staging:
+schema: apple_store_source # default schema suffix
google_play:
+schema: google_play # default schema suffix
google_play_source:
+schema: google_play_source # default schema suffix
staging:
+schema: google_play_source # default schema suffix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fyi I added this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

packages.yml Outdated
Comment on lines 2 to 9
# - package: fivetran/google_play
# version: [">=1.0.0", "<1.1.0"]
- package: fivetran/apple_store
version: [">=1.0.0", "<1.1.0"]

- git: https://github.com/fivetran/dbt_google_play.git
revision: MagicBot/consolidate-source-package
warn-unpinned: false
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# - package: fivetran/google_play
# version: [">=1.0.0", "<1.1.0"]
- package: fivetran/apple_store
version: [">=1.0.0", "<1.1.0"]
- git: https://github.com/fivetran/dbt_google_play.git
revision: MagicBot/consolidate-source-package
warn-unpinned: false
- package: fivetran/google_play
version: [">=1.0.0", "<1.1.0"]
- package: fivetran/apple_store
version: [">=1.0.0", "<1.1.0"]

@fivetran-avinash fivetran-avinash added docs:ready Triggers the docs generator workflow. and removed docs:ready Triggers the docs generator workflow. labels Aug 18, 2025
@fivetran-avinash fivetran-avinash merged commit 683a045 into main Aug 18, 2025
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs:ready Triggers the docs generator workflow. next-release Include in the next release.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Deprecation] Update package for dbt Fusion and dbt Core 1.10.6 compatibility

3 participants