Skip to content

Commit 2604dfb

Browse files
authored
Dela Table GA
1 parent bc7703f commit 2604dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/write-to-delta-table-adls-gen2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: tutorial
88
ms.date: 01/29/2024
99
---
1010

11-
# Tutorial: Write to a Delta Table stored in Azure Data Lake Storage Gen2 (Public Preview)
11+
# Tutorial: Write to a Delta Table stored in Azure Data Lake Storage Gen2
1212

1313
This tutorial shows how you can create a Stream Analytics job to write to a Delta table in Azure Data Lake Storage Gen2. In this tutorial, you learn how to:
1414

@@ -81,7 +81,7 @@ The next step is to define an output sink where the job can write data to. In th
8181
3. For **Subscription**, select your Azure subscription.
8282
4. For **Storage account**, choose the ADLS Gen2 account (the one that starts with **tollapp**) you created.
8383
5. For **container**, select **Create new** and provide a unique **container name**.
84-
6. For **Event Serialization Format**, select **Delta Lake (Preview)**. Although Delta lake is listed as one of the options here, it isn't a data format. Delta Lake uses versioned Parquet files to store your data. To learn more about [Delta lake](write-to-delta-lake.md).
84+
6. For **Event Serialization Format**, select **Delta Lake**. Although Delta lake is listed as one of the options here, it isn't a data format. Delta Lake uses versioned Parquet files to store your data. To learn more about [Delta lake](write-to-delta-lake.md).
8585
7. For **Delta table path**, enter **tutorial folder/delta table**.
8686
8. Use default options on the remaining settings and select **Save**.
8787

0 commit comments

Comments
 (0)