Azure Data Factory known issues

This page lists the known issues in Azure Data factory. Before submitting an Azure support request, review this list to see if the issue that you're experiencing is already known and being addressed.

Active known issues

ADF Component Known Issue Status
Snow Flake Connector Issue Intermittent data retrieval issue with LookUp using the Snowflake Connector V2 Has workaround

Recently ADF Closed known issues

ADF Component Issue Status Date Resolved

Intermittent data retrieval issue with LookUp using the Snowflake Connector v2

Intermittently, lookup queries against Snowflake return no values even when results are expected. No errors are generated, and the lookup activity completes successfully. This issue has been observed with Managed VNet IR and SHIR.

Workaround: Add an If-condition activity after the Lookup to check its output. If the Lookup returns data, proceed without further action. If no data is returned, re-execute the Lookup activity. Diagram of Snowflake v2 Known issue.