-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Source Instagram: Remove deprecated metrics for media_insights and user_insights #51018
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
1847c17
to
7456082
Compare
@@ -33,10 +33,6 @@ | |||
"description": "The number of times users have saved the media.", | |||
"type": ["null", "integer"] | |||
}, | |||
"video_views": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not useful because the media_insights stream uses the schema inlined in the manifest but I updated both just in case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the quick fix Max! As discussed, this is technically a breaking change, but since the connector is already broken and the spirit of the change is a fix, we can treat this as a patch 👍
I'm going to force merge as https://storage.cloud.google.com/airbyte-ci-reports-multi/airbyte-ci/connectors/test/pull_request/zendesk-issue-9888_remove-deprecated-metrics/1736456434/f629b56ec8a6106ea6d25257a8657a7f125cd9e3/source-instagram/3.1.1/output.html seems to indicate that all testing is fine although the CI check is blocked |
What
media_insights and user_insights are failing because we are requesting for metrics that were deprecated yesterday. For more information:
How
Removing those fields
User Impact
Syncs should start being successful again although the deprecated metrics won't be available anymore.
Can this PR be safely reverted and rolled back?
... as it would make media_insights and user_insights fail again