Skip to content

Commit 0c5b9f5

Browse files
authored
Update export-data-lake-faq.yml
duplication of version number is by design in case of AppendOnly sync
1 parent 19353f0 commit 0c5b9f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

powerapps-docs/maker/data-platform/export-data-lake-faq.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ sections:
5252
- question: When do I use Append only mode for a historical view of changes?
5353
answer: |
5454
Append only mode is the recommended option for writing Dataverse table data to the lake, especially when the data volumes are high within a partition with frequently changing data. Again, this is a commonly used and highly recommended option for enterprise customers. Additionally, you can choose to use this mode for scenarios where the intent is to incrementally review changes from Dataverse and process the changes for ETL, AI, and ML scenarios. Append only mode provides a history of changes, instead of the latest change or in place update, and enables several time series from AI scenarios, such as prediction or forecasting analytics based on historical values.
55+
- question: Why do I see duplicated version numbers when I export data using Append only mode?
56+
answer: |
57+
For append only mode, if Azure Synapse Link for Dataverse does not get an acknowledgement from the Azure data lake that the data has been committed due to any reason such as network delays, Synapse Link will retry in those scenarios and commit the data again. The downstream consumption should be made resilient to this scenario by filtering data using SinkModifiedOn.
5558
- question: Which Dataverse tables are not supported for export?
5659
answer: |
5760
Any table that does not have change tracking enabled will not be supported in addition to following system tables:

0 commit comments

Comments
 (0)