Skip to content

Commit 1b75d9b

Browse files
Update connector-microsoft-fabric-warehouse.md
added doc to include directions for MDF when the staging location is enabled.
1 parent ac885ea commit 1b75d9b

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/data-factory/connector-microsoft-fabric-warehouse.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jianleishen
77
ms.subservice: data-movement
88
ms.topic: conceptual
99
ms.custom: synapse
10-
ms.date: 02/11/2025
10+
ms.date: 04/24/2025
1111
---
1212

1313
# Copy and transform data in Microsoft Fabric Warehouse using Azure Data Factory or Azure Synapse Analytics
@@ -543,6 +543,19 @@ Settings specific to Microsoft Fabric Warehouse are available in the Settings ta
543543
| Use sink schema | By default, a temporary table will be created under the sink schema as staging. You can alternatively uncheck the **Use sink schema** option and instead, in **Select user DB schema**, specify a schema name under which Data Factory will create a staging table to load upstream data and automatically clean them up upon completion. Make sure you have create table permission in the database and alter permission on the schema. | No | true or false | stagingSchemaName|
544544
| Pre and Post SQL scripts | Enter multi-line SQL scripts that will execute before (pre-processing) and after (post-processing) data is written to your Sink database| No | SQL scripts | preSQLs:['set IDENTITY_INSERT mytable ON'] postSQLs:['set IDENTITY_INSERT mytable OFF'],|
545545

546+
### Using Fabric Warehouse as a Sink with Staging Enabled
547+
548+
If the staging storage location has a firewall enabled, access issues may occur.
549+
550+
#### Workarounds
551+
552+
- **Different Regions**:
553+
If the Fabric capacity and staging storage are in different regions, whitelist the required IP addresses in the storage location firewall to allow connectivity.
554+
555+
- **Same Region**:
556+
If the Fabric capacity and staging storage are in the same region and access issues persist, choose an alternative staging storage location in a different region than the Fabric capacity.
557+
558+
546559
### Error row handling
547560
By default, a data flow run will fail on the first error it gets. You can choose to Continue on error that allows your data flow to complete even if individual rows have errors. The service provides different options for you to handle these error rows.
548561

0 commit comments

Comments
 (0)