Skip to content

Commit 91aa893

Browse files
Merge pull request #6 from KrishnakumarRukmangathan/KrishnakumarRukmangathan-patch-4
Update concepts-change-data-capture-resource.md
2 parents 321ea71 + cc5ef5d commit 91aa893

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

articles/data-factory/concepts-change-data-capture-resource.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: data-factory
99
ms.subservice: data-movement
1010
ms.custom:
1111
ms.topic: conceptual
12-
ms.date: 08/08/2023
12+
ms.date: 08/18/2023
1313
---
1414

1515
# Change data capture resource overview
@@ -51,6 +51,7 @@ The new Change Data Capture resource in ADF allows for full fidelity change data
5151
* JSON
5252
* ORC
5353
* Parquet
54+
* Azure Synapse Analytics
5455

5556
## Known limitations
5657
* Currently, when creating source/target mappings, each source and target is only allowed to be used once.
@@ -59,8 +60,16 @@ The new Change Data Capture resource in ADF allows for full fidelity change data
5960

6061
For more information on known limitations and troubleshooting assistance, please reference [this troubleshooting guide](change-data-capture-troubleshoot.md).
6162

63+
## Azure Synapse Analytics as Target
64+
When using Azure Synapse Analytics as target, the **Staging Settings** is available on the main table canvas. Enabling staging is mandatory when selecting Azure Synapse Analytics as the target. This significantly enhances write performance by utilizing performant bulk loading capability such as COPY INTO command. **Staging Settings** can be configured in two ways: utilizing **Factory settings** or opting for a **Custom settings**. **Factory settings** apply at the factory level. For the first time, if these settings aren't configured, you'll be directed to the global staging setting section for configuration. Once set, all CDC top-level resources will adopt this configuration. **Custom settings** is scoped only for the CDC resource for which it is configured and overrides the **Factory settings**.
65+
66+
> [!NOTE]
67+
> As we utilize the COPY INTO command to transfer data from the staging location to Azure Synapse Analytics, it is advisable to ensure that all required permissions are pre-configured within Azure Synapse Analytics.
68+
69+
6270
> [!NOTE]
6371
> We always use the last published configuration when starting a CDC. For running CDCs, while your data is being processed, you will be billed 4 v-cores of General Purpose Data Flows.
6472
6573
## Next steps
6674
- [Learn how to set up a change data capture resource](how-to-change-data-capture-resource.md).
75+
- [Learn how to set up a change data capture resource with schema evolution](how-to-change-data-capture-resource-with-schema-evolution.md).

0 commit comments

Comments
 (0)