-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 linkedin-pages🐛: Fix API version #55816
base: master
Are you sure you want to change the base?
source linkedin-pages🐛: Fix API version #55816
Conversation
@OwenPolybox is attempting to deploy a commit to the Airbyte Growth Team on Vercel. A member of the Team first needs to authorize it. |
Dammit, we missed this one. Thank you for this! Can you also bump the version and add a changelog in the docs? It's in docs/integrations/sources/linkedin-pages.md. |
…b.com/OwenPolybox/airbyte into source-linkedin-pages-fix-api-version
@natikgadzhi sorry for the oversight! I've commited the change to the changelog now |
What
The LinkedIn API version currently being used by the LinkedIn-Pages connector has been deprecated, causing all existing LinkedIn Pages sources to fail #55794.
Following the proposed solution in #55794:
The API version for linkedin-pages has been updated from
202403
to20250301
How
Within the manifest.yaml for LinkedIn Pages, finding and replacing 202403 with 20250301.
Review guide
User Impact
The values/schema returned from the API will be the same so there should be no impact.
Can this PR be safely reverted and rolled back?