Skip to content

Commit ddc6376

Browse files
Merge pull request #229420 from matt1883/patch-12
Clarifying supported formats for Synapse lake databases in Synapse Studio
2 parents 65a7e02 + e1ff2a7 commit ddc6376

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/synapse-analytics/database-designer/concepts-lake-database.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Azure Synapse lake database concepts
33
description: Learn about the lake database concept and how it helps structure data.
4-
author: gsaurer
5-
ms.author: gesaur
4+
author: matt1883
5+
ms.author: mahi
66
ms.service: synapse-analytics
77
ms.subservice: database-editor
88
ms.topic: conceptual
@@ -29,6 +29,8 @@ Lake databases use a data lake on the Azure Storage account to store the data of
2929
> [!NOTE]
3030
> Publishing a lake database does not create any of the underlying structures or schemas needed to query the data in Spark or SQL. After publishing, load data into your lake database using [pipelines](../data-integration/data-integration-data-lake.md) to begin querying it.
3131
>
32+
> Currently, Delta format support for lake databases is not supported in Synapse Studio.
33+
>
3234
> The synchronization of lake database objects between storage and Synapse is one-directional. Be sure to perform any creation or schema modification of lake database objects using the database designer in Synapse Studio. If you instead make such changes from Spark or directly in storage, the definitions of your lake databases will become out of sync. If this happens, you may see old lake database definitions in the database designer. You will need to replicate and publish such changes in the database designer in order to bring your lake databases back in sync.
3335
3436
## Database compute

0 commit comments

Comments
 (0)