Delta Lake is an open source project to build a transactional data storage layer on top of a data lake. Delta Lake adds support for relational semantics for both batch and streaming data operations, and enables the creation of a Lakehouse architecture in which Apache Spark can be used to process and query data in tables that are based on underlying files in the data lake.
Before you start
You'll need an Azure subscription in which you have administrative-level access.
Review the What is Delta Lake article in the Azure Synapse Analytics documentation.
Comments