Skip to content

Commit 9033066

Browse files
authored
Merge pull request #3431 from JasonHQX/patch-6
Update azure-synapse-incremental-updates.md
2 parents f461a1d + 976841b commit 9033066

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

powerapps-docs/maker/data-platform/azure-synapse-incremental-updates.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "Query and analyze the incremental updates | MicrosoftDocs"
33
description: "Learn how to query and analyze the incremental updates made to Microsoft Dataverse data during a user-specified time interval with Power Apps and Azure Synapse Analytics"
44
ms.custom: ""
5-
ms.date: 04/27/2022
5+
ms.date: 06/20/2022
66
ms.reviewer: "matp"
77
ms.suite: ""
88
ms.tgt_pltfrm: ""
@@ -68,11 +68,13 @@ Azure Synapse Link for Dataverse. This guide assumes that you have already met t
6868
## View incremental folder enabled table data at Azure Synapse Analytics workspace
6969

7070
1. Select the desired Azure Synapse Link, and select **Go to Azure Synapse Analytics workspace**.
71-
1. Expand **Lake Databases** from the left pane, select **dataverse**-*environmentName*-*sessionid*, and then expand **Tables**. 
71+
1. Expand **Lake Databases** from the left pane, select **dataverse**-*environmentName*-*organizationUniqueName*, and then expand **Tables**. 
7272

7373
For each synced table, all stored records are merged into one complete table for efficient consumption. For more information about how to read incremental update in Azure Synapse Analytics workspace, go to [Read the incremental updates of Dataverse data](azure-synapse-link-incremental.md)
7474

75-
> [!NOTE]
75+
> [!NOTE]
76+
> Near real-time data view is not supported when the view incremental folder feature is enabled. To view real-time data use snapshot data instead. More information: [Access near real-time data and read-only snapshot data](azure-synapse-link-synapse.md#access-near-real-time-data-and-read-only-snapshot-data-preview)
77+
>
7678
> The built-in SQL template is ready for a quick table view. Right-click the table, and then select **New SQL Script – Select TOP 100 rows**. A SQL script appears. Select **Run** to check the result.
7779
7880
### See also

0 commit comments

Comments
 (0)