-
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
[source-mysql] 3.9.0-rc.25 doesn't import view table anymore #49804
Comments
Thank you for reporting the issue, @oliviertassinari. @xiaohansong and @rodireich, could someone have a look into this? |
Thanks I'm taking a look. |
[connection] thanks @yardencarmeli |
@rodireich It's the same workplace, actually.
Thanks, I couldn't find how to do it with the UI. Seems impossible, maybe another feature request? Why was it upgraded to an unstable version in the first place (RC)? Could this be another bug? It looks like https://docs.airbyte.com/managing-airbyte/connector-updates#airbyte-cloud is not how it behaves in practice. Minor, patch, aren't applied, e.g. MySQL. Major aren't applied e.g. PostgreSQL or not correctly, e.g. MySQL. The self-hosting path looks better than current Cloud behavior. Even better would be https://www.getdbt.com/blog/introducing-release-tracks-for-dbt-version-upgrades. |
Zendesk ticket #9642 has been linked to this issue. |
Zendesk ticket #9484 has been linked to this issue. |
Connector Name
source-mysql
Connector Version
3.9.0-rc.25
What step the error happened?
During the sync
Relevant information
This logic is wrong:
airbyte/airbyte-integrations/connectors/source-mysql/src/main/kotlin/io/airbyte/integrations/source/mysql/MysqlSourceOperations.kt
Lines 222 to 224 in bec1c44
Why does it happen? Because I'm syncing a view (TABLE_TYPE = VIEW), it's not a regular table:
So I believe #48035 is not correct.
Relevant log output
We used to sync all the records with:
https://cloud.airbyte.com/workspaces/9e090881-de2e-48c7-b268-2e86ad2525d9/connections/b46a92b8-8aa3-44e9-b17a-26067781a1cc/timeline
and now since https://cloud.airbyte.com/workspaces/9e090881-de2e-48c7-b268-2e86ad2525d9/connections/b46a92b8-8aa3-44e9-b17a-26067781a1cc/timeline
It syncs 0 records.
Contribute
Yes, I want to contributeNo, I already have my hands full with http://github.com/mui/material-ui.The text was updated successfully, but these errors were encountered: