Skip to content

Commit e26af75

Browse files
Merge pull request #276457 from jovanpop-msft/patch-244
Delta lake is supporting only 1.0 version
2 parents 89fc705 + a22e43b commit e26af75

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/synapse-analytics/sql/query-delta-lake-format.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Query Delta Lake format using serverless SQL pool
2+
title: Query Delta Lake v1 format using serverless SQL pool
33
description: In this article, you'll learn how to query files stored in Delta Lake format using serverless SQL pool.
44
services: synapse analytics
55
ms.service: synapse-analytics
@@ -11,12 +11,15 @@ ms.author: jovanpop
1111
ms.reviewer: sngun, wiassaf
1212
---
1313

14-
# Query Delta Lake files using serverless SQL pool in Azure Synapse Analytics
14+
# Query Delta Lake (v1) files using serverless SQL pool in Azure Synapse Analytics
1515

1616
In this article, you'll learn how to write a query using serverless Synapse SQL pool to read Delta Lake files.
1717
Delta Lake is an open-source storage layer that brings ACID (atomicity, consistency, isolation, and durability) transactions to Apache Spark and big data workloads.
1818
You can learn more from the [how to query delta lake tables video](https://www.youtube.com/watch?v=LSIVX0XxVfc).
1919

20+
> [!IMPORTANT]
21+
> The serverless SQL pools can query [Delta Lake version 1.0](https://github.com/delta-io/delta/releases/tag/v1.0.1). The changes that are introduced since the [Delta Lake 1.2](https://github.com/delta-io/delta/releases/tag/v1.2.0) version like renaming columns are not supported in serverless. If you are using the higher versions of Delta with delete vectors, v2 checkpoints, and others, you should consider using other query engine like [Microsoft Fabric SQL endpoint for Lakehouses](https://learn.microsoft.com/fabric/data-engineering/lakehouse-sql-analytics-endpoint).
22+
2023
The serverless SQL pool in Synapse workspace enables you to read the data stored in Delta Lake format, and serve it to reporting tools.
2124
A serverless SQL pool can read Delta Lake files that are created using Apache Spark, Azure Databricks, or any other producer of the Delta Lake format.
2225

0 commit comments

Comments
 (0)