Snowflake Transformation Issue in ADF Dataflow

Jatinder Luthra 130 Reputation points
2024-01-26T14:45:34.3566667+00:00

Hello Folks, We are using Snowflake as source and sink in ADF dataflow, with some transformation steps in between. Dataflow is throwing below error during execution.

Job failed due to reason: Job aborted due to stage failure: Task 1 in stage 14.0 failed 1 times, most recent failure: Lost task 1.0 in stage 14.0 (TID 71) (vm-dce45400 executor 1): java.lang.NullPointerException
                at net.snowflake.client.jdbc.telemetryOOB.TelemetryService$TELEMETRY_SERVER_DEPLOYMENT.access$000(TelemetryService.java:217)
                at net.snowflake.client.jdbc.telemetryOOB.TelemetryService.getServerDeploymentName(TelemetryService.java:256)
                at net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent$Builder.<init>(TelemetryEvent.java:126)
                at net.snowflake.client.jdbc.telemetryOOB.TelemetryEvent$LogBuilder.<init>(TelemetryEvent.java:61)
                at net.snowflake.client.jdbc.SnowflakeSQLLoggedException.sendOutOfBandTelemetryMessage(SnowflakeSQLLoggedException.java:53)
                at net.snowflake.client.jdbc.SnowflakeSQLLoggedException.sendTelemetryData(SnowflakeSQLLoggedException.java:220)
                at net.snowflake.client.jdbc.SnowflakeSQLLoggedException.<init>(SnowflakeSQLLoggedException.java:245)
                at net.snowflake.client.jdbc.Snowf

Has anyone experienced this issue? Insights or recommendations are greatly appreciated.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jatinder Luthra 130 Reputation points
    2024-01-26T22:54:04.4266667+00:00

    @Bhargava-MSFT This is all done through ADF, and this error is part of ADF data flow execution. I dont have any control on which jdbc version ADF uses? Please clarify what you mean by JDBC version, in context of ADF.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.