-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix (airbyte-ci): include advanced_auth in spec migration #48404
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
/format-fix
|
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.
Do we have tests for this migration? I'm very unfamiliar with airbyte-ci and can't say for sure this would work. Else, do you have a manual test to share?
@maxi297 Here's some local results from running the migration on Facebook Pages, which uses advanced_auth: Exhibit A: Current behaviorExhibit B: Fixed behavior |
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.
With the manual test, I'm fine with this change. Thanks @ChristoGrab !
…hub.com/airbytehq/airbyte into christo/manifest-migration-adv-auth-fix
What
Following up on 48375, we caught that advanced_auth config was not being migrated to the inlined spec in manifest-only migrations. Whoops 😬
How