Skip to content
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] NullPointerException: ...TableInfo.getFields()" because "table" is null #53610

Open
1 task
Auric-Manteo opened this issue Feb 10, 2025 · 1 comment
Labels
area/connectors Connector related issues community connectors/source/mysql team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/bug Something isn't working

Comments

@Auric-Manteo
Copy link
Contributor

Connector Name

source-MySQL

Connector Version

3.7.3

What step the error happened?

During the sync

Relevant information

Platform version: 1.2.0

We are suddenly getting the following error without changing anything in Airbyte:
java.lang.NullPointerException: Cannot invoke "io.airbyte.cdk.integrations.source.relationaldb.TableInfo.getFields()" because "table" is null

The connection schema had to be updated to make it work again. I think one of the tables had been removed from the schema.

See here for more details: https://airbytehq.slack.com/archives/C021JANJ6TY/p1738851800121799

Image

Relevant log output

Contribute

  • Yes, I want to contribute
@Auric-Manteo Auric-Manteo added area/connectors Connector related issues needs-triage type/bug Something isn't working labels Feb 10, 2025
@marcosmarxm marcosmarxm added connectors/source/mysql team/db-dw-sources Backlog for Database and Data Warehouse Sources team and removed needs-triage team/extensibility autoteam labels Feb 10, 2025
@marcosmarxm marcosmarxm changed the title MySQL connector Nullpointer exception [source-mysql] NullPointerException: ...TableInfo.getFields()" because "table" is null Feb 10, 2025
@damiah
Copy link

damiah commented Feb 10, 2025

same issue for me. somewhere along the way the tables got cleared and airbyte couldn't repopulate them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues community connectors/source/mysql team/db-dw-sources Backlog for Database and Data Warehouse Sources team type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants