You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SnowflakeDestinationIntegrationTest > testCheckFailsWithInvalidPermissions() FAILED
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
at io.airbyte.integrations.destination.snowflake.SnowflakeDatabase.createDataSource(SnowflakeDatabase.java:63)
at io.airbyte.integrations.destination.snowflake.SnowflakeInternalStagingDestination.getDataSource(SnowflakeInternalStagingDestination.java:94)
at io.airbyte.integrations.destination.snowflake.SnowflakeInternalStagingDestination.check(SnowflakeInternalStagingDestination.java:50)
at io.airbyte.integrations.destination.jdbc.copy.SwitchingDestination.check(SwitchingDestination.java:56)
at io.airbyte.integrations.destination.snowflake.SnowflakeDestinationIntegrationTest.testCheckFailsWithInvalidPermissions(SnowflakeDestinationIntegrationTest.java:36)
This error implies that reading the config's JSON file is failing... sometimes. If the secret itself isn't changing, then perhaps downloading the config into the test environment is having problems.
The text was updated successfully, but these errors were encountered:
I'm currently discovering a bug related to connector config download, which can be widespread to both python and java connectors when tests are run in parallel.
I suggest to check if this issue persist after closing #27867
My hypothesis is that in parallel pipeline context connector can sometime be tested with the config of another one. This might be solved with a namespace implementation that I'll try to implement this week.
The nightly build history for Destination Snowflake is flaky.
Looking at the failures:
This is the short test: https://github.com/airbytehq/airbyte/blob/master/airbyte-integrations/connectors/destination-snowflake/src/test-integration/java/io/airbyte/integrations/destination/snowflake/SnowflakeDestinationIntegrationTest.java#L29-L38
This error implies that reading the config's JSON file is failing... sometimes. If the secret itself isn't changing, then perhaps downloading the config into the test environment is having problems.
The text was updated successfully, but these errors were encountered: