chore(source-facebook-marketing): sync fork to upstream 5.2.12 (Meta API v25) + attribution_spec#10
Open
gvillafanetapia wants to merge 4 commits into
Open
chore(source-facebook-marketing): sync fork to upstream 5.2.12 (Meta API v25) + attribution_spec#10gvillafanetapia wants to merge 4 commits into
gvillafanetapia wants to merge 4 commits into
Conversation
…API v25) + re-apply attribution_spec Syncs our forked source-facebook-marketing from upstream airbytehq/airbyte (4.1.0 / Marketing API v23 -> 5.2.12 / Marketing API v25, facebook-business ^25) to stay ahead of Meta's June 9, 2026 sunset of API versions < v24.0, and re-applies our only fork patch (attribution_spec field on the ad_sets stream). Connector version set to 5.3.0. Note: upstream 5.0.0 is a breaking change (removed 7d_view/28d_view attribution columns and wish_bid; custom-insights streams now use level-based primary keys). Downstream must refresh schema and reset affected streams after deploy. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
👋 Welcome to Airbyte!Thank you for your contribution from MuttData/airbyte! We're excited to have you in the Airbyte community. Helpful Resources
PR Slash CommandsAs needed or by request, Airbyte Maintainers can execute the following slash commands on your PR:
If you have any questions, feel free to ask in the PR comments or join our Slack community. Tips for Working with CI
|
… connector symlink The connector's README.md is a symlink to ../_shared/README-python-connectors.md. The connector-scoped sync omitted the _shared dir, leaving a dangling symlink that broke `poetry check` during the docker image build. Pull the shared file from upstream. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…-dir symlink for fork image build The connector's README.md symlinks to ../_shared/, which lives outside the docker build context, so `poetry check` failed inside the image build. Replace the symlink with the real shared README content so the connector dir is self-contained. (Upstream keeps the symlink; their CI's newer airbyte-ci handles it. This is a fork-only accommodation for building the image locally.) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…ile (was a dangling symlink) The prior commit removed the _shared/ symlink target but the README.md type-change (symlink -> real file) was never staged, leaving a dangling symlink in the tree. poetry could not find README.md, breaking the connector image build/spec in CI. Commit the real file content. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Upgrades our forked
source-facebook-marketingto talk to Meta Marketing API v25, ahead of Meta's June 9, 2026 sunset of all API versions< v24.0. Closes ClickUp 86ba59424.airbytehq/airbyte: 4.1.0 (API v23) → 5.2.12 (API v25),facebook-business 23.0.0→^25.0.0.attribution_specfield on thead_setsstream.Upstream contribution of the
attribution_specpatch is tracked in airbytehq#78541 (replaces the previously-closed airbytehq#59655).7d_view/28d_viewattribution-window columns andwish_bid.Follow-up (operational, not in this PR)
5.3.0.campaigns / adsets / ads / ads_insightsdev → stage → prod before June 9, 2026.Can this PR be safely reverted and rolled back?