You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Azure Synapse Link for Dataverse to export your Microsoft Dataverse data to Azure Synapse
17
15
Analytics in Delta Lake format. Then explore your data and accelerate time to insight. This article
@@ -24,7 +22,6 @@ provides the following information and shows you how to perform the following ta
24
22
- View your data from Synapse Workspace.
25
23
26
24
> [!IMPORTANT]
27
-
> - This is a preview feature.
28
25
> - 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.
29
26
> - 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/)
30
27
> - 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.
@@ -70,7 +67,7 @@ This configuration can be considered a bootstrap step for average use cases.
70
67
71
68
1. Sign into [Power Apps](https://make.powerapps.com/?utm_source=padocs&utm_medium=linkinadoc&utm_campaign=referralsfromdoc) and select the environment you want.
72
69
1. On the left navigation pane, select **Azure Synapse Link**. [!INCLUDE [left-navigation-pane](../../includes/left-navigation-pane.md)]
73
-
1. On the command bar select **+ New link**, and then in your web browsers address bar, append `?athena.deltaLake=true` to the web address that ends with `exporttodatalake`.
70
+
1. On the command bar select **+ New link**
74
71
1. Select **Connect to your Azure Synapse Analytics workspace**, and then select the **Subscription**, **Resource group**, and **Workspace name**.
75
72
1. Select **Use Spark pool for processing**, and then select the pre-created **Spark pool** and **Storage account**.
76
73
:::image type="content" source="media/synapse-link-usesparkpool.png" alt-text="Azure Synapse Link for Dataverse configuration that includes spark pool.":::
0 commit comments