Skip to content

Commit f1c8366

Browse files
authored
Merge pull request #7455 from MicrosoftDocs/JasonHQX-patch-2
Update export-data-lake-faq.yml
2 parents 400cc89 + 438499d commit f1c8366

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
@@ -55,6 +55,9 @@ sections:
5555
- question: When do I use Append only mode for a historical view of changes?
5656
answer: |
5757
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.
58+
- question: Why do I see duplicated version numbers when I export data using Append only mode?
59+
answer: |
60+
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.
5861
- question: Which Dataverse tables are not supported for export?
5962
answer: |
6063
Any table that does not have change tracking enabled will not be supported in addition to following system tables:

0 commit comments

Comments
 (0)