Skip to content

Commit 5ef3c1e

Browse files
Adding new Page for Known issues p
Adding new Page for Known issues
1 parent d06e960 commit 5ef3c1e

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: ADF Known issues
3+
titleSuffix: Azure Data Factory
4+
description: Learn about the currently known issues with Azure Data Factory and their possible workarounds or resolutions.
5+
author: sveldurthi
6+
ms.author: sveldurthi
7+
ms.reviewer: brianwan
8+
ms.date: 18/09/2024
9+
ms.service: azure-data-factory
10+
ms.subservice: overview
11+
ms.topic: conceptual
12+
---
13+
14+
# Azure Data Factory known issues
15+
16+
This page lists the known issues in Azure Data factory. Before submitting [an Azure support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest), review this list to see if the issue that you're experiencing is already known and being addressed.
17+
18+
|ADF Component|Known Issue |Status|
19+
|:---------|:---------|:---------|
20+
|Snow Flake Connector Issue|[Intermittent data retrieval issue with LookUp using the Snowflake Connector V2](#Intermittent-data-retrieval-issue-with-LookUp-using-the-Snowflake-Connector-v2)|Has workaround|
21+
22+
23+
## Recently ADF Closed known issues
24+
25+
|ADF Component|Issue|Status|Date Resolved|
26+
|---------|---------|---------|---------|
27+
28+
29+
### Intermittent data retrieval issue with LookUp using the Snowflake Connector v2
30+
31+
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.
32+
33+
**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.
34+
35+
:::image type="content" source="media/known-issue/snowflakercs.png" alt-text="Snowflake v2 Known issue":::
100 KB
Loading

0 commit comments

Comments
 (0)