Skip to content

Commit efd943a

Browse files
authored
Merge pull request MicrosoftDocs#3409 from TakreemAkhter/patch-1
Update azure-synapse-link-advanced-configuration.md
2 parents e72e93d + e0756b1 commit efd943a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

powerapps-docs/maker/data-platform/azure-synapse-link-advanced-configuration.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description: "Learn about the advance configuration options and concepts in Azur
44
ms.custom: ""
55
ms.date: 07/07/2021
66
ms.reviewer: "Mattp123"
7-
87
ms.suite: ""
98
ms.tgt_pltfrm: ""
109
ms.topic: "conceptual"
@@ -68,7 +67,7 @@ You can toggle the **Show advanced configuration settings** under **Advanced** i
6867

6968
## Data partitioning
7069

71-
When you Dataverse table data to Azure data lake storage using Azure Synapse Link, the tables are partitioned (instead of a single file) in the lake based on the `createdOn` value on each row in the source. The default partition strategy is by month and data is partitioned in Azure data lake on a monthly basis.
70+
When you write Dataverse table data to Azure data lake storage using Azure Synapse Link, the tables are partitioned (instead of a single file) in the lake based on the `createdOn` value on each row in the source. The default partition strategy is by month and data is partitioned in Azure data lake on a monthly basis.
7271

7372
Based on the Dataverse table volume and data distribution, you can choose to partition your data by year. With this option, when Dataverse table data is written to the Azure data lake, it will be partitioned on a yearly basis based on the `createdOn` value on each row in the source. For tables without the `createdOn` column, the rows of data are partitioned into a new file every five million records. This is a per table setting and is available as a checkbox under **Advanced** > **Show advanced configuration settings**.
7473

0 commit comments

Comments
 (0)