Skip to content

Commit aa63dad

Browse files
author
Jill Grant
authored
Merge pull request #287342 from SunilVeldurthi/knownissuepage
Adding new Page for Known issues
2 parents b60f2a9 + 339e48c commit aa63dad

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

articles/data-factory/TOC.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,6 +1306,9 @@ items:
13061306
- name: Diagnose connectivity in Azure-SSIS IR
13071307
href: ssis-integration-runtime-diagnose-connectivity-faq.md
13081308
displayName: timeout, troubleshooting
1309+
- name: Azure Data Factory known issues
1310+
href: known-issues-troubleshoot-guide.md
1311+
displayName: troubleshooting
13091312
- name: SAP knowledge center
13101313
items:
13111314
- name: Overview
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Azure Data Factory known issues
3+
description: Learn about the currently known issues with Azure Data Factory and their possible workarounds or resolutions.
4+
author: sveldurthi
5+
ms.author: sveldurthi
6+
ms.reviewer: brianwan
7+
ms.date: 10/02/2024
8+
ms.service: azure-data-factory
9+
ms.topic: conceptual
10+
---
11+
12+
# Azure Data Factory known issues
13+
14+
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.
15+
16+
## Active known issues
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+
:::image type="content" source="media/known-issue/snowflake-rcs.png" alt-text="Diagram of Snowflake v2 Known issue.":::
100 KB
Loading

0 commit comments

Comments
 (0)