mysql to google firebase bug #48444
Unanswered
archibold-neptune
asked this question in
Deployment
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
A few weeks ago my mysql to google firebase connectors started failing (they successfully replicate data when I run them manually but they display a warning message in airbyte and then airbyte automatically disables the connections! (so I then can't call them by api))
This is the error message that shows in the airbyte control panel:
Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
One of the fields I was replicating was an integer, so I tested removing that from the connection but I still got the same error (i.e. it's invoking the java integer function even though it doesn't have to deal with an integer field??)
Any thoughts greatfully received! (I did try contacting support 11 days ago and did follow up but still no response, is it true airbyte is having financial problems? This is mission critical and there appears to be no support)
AN
Beta Was this translation helpful? Give feedback.
All reactions