Skip to content

Commit 6da36ae

Browse files
authored
Update azure-synapse-link-delta-lake.md
1 parent 19bc0f1 commit 6da36ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

powerapps-docs/maker/data-platform/azure-synapse-link-delta-lake.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@ provides the following information and shows you how to perform the following ta
2525
> - For the Dataverse configuration, append-only is enabled by default to export CSV data in `appendonly` mode. But the delta lake table will have an in-place update structure because the delta lake conversion comes with a periodic merge process.
2626
> - There are no costs incurred with the creation of Spark pools. Charges are only incurred once a Spark job is executed on the target Spark pool and the Spark instance is instantiated on demand. These costs are related to the usage of Azure Synapse workspace Spark and are billed monthly. The cost of conducting Spark computing mainly depends on the time interval for incremental update and the data volumes. More information: [Azure Synapse Analytics pricing](https://azure.microsoft.com/pricing/details/synapse-analytics/)
2727
> - It's important to take these additional costs into consideration when deciding to use this feature as they are not optional and must be paid in order to continue using this feature.
28+
>
29+
> [!NOTE]
30+
> Synapse Link status in the Maker Portal UI now accurately reflects the Delta Lake conversion state:
31+
> 1. `Count` will show number of records in delta lake table.
32+
> 1. `Last synchronized on` Datetime will represent the last successful conversion timestamp
33+
> 1. `Sycn status` will be shown as **active** once the delta lake conversion completes
2834
2935
## What is Delta Lake?
3036

0 commit comments

Comments
 (0)