What is Lakehouse in Microsoft Fabric?
Lakehouse in Microsoft Fabric
What is Microsoft Fabric?
Introduction to Lakehouse
Creating a Sample Lakehouse
- Navigate to the Microsoft Fabric portal.
- Go to the Data Engineering home page.
- Assign a name to your Lakehouse and create it.
Loading Data into Lakehouse
There are several methods to load data into a Lakehouse:
- Dataflows Gen2
- Data pipelines
- New Shortcut
- New Eventstream
The Lakehouse Explorer is the default interface you see upon creating a Lakehouse. Within this environment, you can upload files directly or use other methods to load data.
SQL Endpoint for Lakehouse
A key feature of the Lakehouse is the SQL Endpoint, which allows you to query the data stored in its tables using SQL. However, this endpoint only supports data querying, not data manipulation (insertion, updating, or deletion).
To access the SQL Endpoint:
- Navigate to your Workspace and click on the SQL Endpoint.
- This opens a SQL editor where you can write and execute SQL queries.
- You can also use a visual query editor, like Power Query editor.
- The connection string for the SQL Endpoint can be found under settings, allowing you to connect to it from other tools like SQL Server Management Studio (SSMS).
Summary
The Microsoft Fabric Lakehouse is a versatile storage solution that combines the best of Data Warehouses and Data Lakes. You can load data using various methods like Dataflows Gen2 and interact with the data through SQL or visualization tools like Power BI. This article serves as an introductory guide, offering a starting point for leveraging the full capabilities of a Lakehouse in Microsoft Fabric.
Comments
Post a Comment