Summary
Users are experiencing a NullPointerException in the Snowflake destination connector related to destination_state data, despite no apparent issues in the _airbyte_destination_state table.
Question
Anyone using the latest Snowflake destination connector having troubles with java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.asText()" because the return value of "com.fasterxml.jackson.databind.JsonNode.get(String)" is null
errors?
It appears to be having trouble with the destination_state
data in JdbcDestinationHandler.getAllDestinationStates()
.
Whatโs weird is that manually querying the _airbyte_destination_state
table, shows no malformed or null values
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.