[source-mysql] 3.9.0-rc.25 doesn't import view table anymore #49804
Labels
area/connectors
Connector related issues
autoteam
community
connectors/source/mysql
team/db-dw-sources
Backlog for Database and Data Warehouse Sources team
type/bug
Something isn't working
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: