-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Connector versions are rolled back after Airbyte server is upgraded #5954
Comments
Need to add more logging during connector definition upgrade to debug this. |
Oh, currently the db config persistence checks if a connector definition is in use by querying But even if it is not getting the used connectors correctly, no connector should be rolled back. So the root cause is still a mystery. |
* Add logging to debug #5954 * Fix query for used connector definition ids
Also investigate if it is possible for a connector definition to get removed from the database. Slack thread. |
Enviroment
Current Behavior
After upgrading to Airbyte 0.29.15-alpha or 0.29.17-alpha, stripe (among with many other source and destination connectors), rolled back to 0.1.14.
Expected Behavior
Connector definition stays the same or get upgraded to the latest version when Airbyte is upgraded.
Logs
Slack thread: https://airbytehq.slack.com/archives/C019WJFR1JT/p1631118720129400
LOG
Steps to Reproduce
Are you willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: