옵션

fabric-lakehouse

github/awesome-copilot github/awesome-copilot

이 기술을 활용하면 Fabric Lakehouse와 그 기능에 대한 자세한 정보를 얻을 수 있습니다. 이 기술은 Lakehouse의 데이터 구성 요소, 스키마 및 단축키를 통한 조직 구조, 접근 제어 방법, 그리고 코드 예제에 대한 설명을 제공합니다. 이 기술을 통해 사용자들은 모범 사례를 바탕으로 Lakehouse 솔루션을 설계하고 구축하며 최적화하는 데 도움을 받을 수 있습니다.

...모든 것을 확장하십시오
43
업데이트 된 시간 2026년 6월 30일

Fabric-Lakehouse에 대하여

Fabric-Lakehouse 기술은 사용자들에게 Fabric Lakehouse에 대한 포괄적인 이해를 제공합니다. Fabric Lakehouse는 데이터 레이크의 유연성과 데이터 웨어하우스의 구조화된 관리 방식을 결합한 하이브리드 데이터 관리 솔루션입니다. 이 기술은 Lakehouse의 핵심 구성 요소와 기능을 이해하는 데 필요한 명확성과 가이던스를 제공함으로써, 사용자들이 자신의 데이터 솔루션을 효과적으로 설계, 구축 및 최적화할 수 있도록 돕습니다. 상세한 설명과 코드 예제를 제공함으로써, 사용자들은 자신의 데이터 관리 전략에서 모범 사례를 활용할 수 있게 됩니다.

FAQ

Fabric-Lakehouse 기술의 주요 목적은 무엇인가요?

주요 목적은 Fabric Lakehouse의 특징과 데이터 관리를 위한 모범 사례에 대한 정보와 가이던스를 제공하는 것입니다.

Lakehouse에서 다양한 파일 형식을 사용할 수 있나요?

네, Lakehouse는 CSV, Parquet를 포함한 다양한 파일 형식을 지원하며, 비구조화된 데이터에도 이러한 파일 형식을 사용할 수 있습니다.

생성할 수 있는 스키마에 제한이 있나요?

기본 스키마인 ‘dbo’는 삭제하거나 이름을 바꿀 수 없지만, 사용자는 다른 선택적 스키마를 생성, 이름 변경 또는 삭제할 수 있습니다.

Lakehouse에 어떤 종류의 데이터를 저장할 수 있나요?

Lakehouse는 테이블 형식의 데이터와 비테이블 형식의 데이터를 모두 하나의 저장 솔루션 내에서 저장할 수 있습니다.

Lakehouse에 대한 접근 권한을 관리하기 위해 어떤 역할들이 제공되나요?

사용자는 Admin, Member, Contributor, Viewer와 같은 다양한 워크스페이스 역할을 가질 수 있으며, 각 역할은 서로 다른 수준의 접근 권한을 제공합니다.

GitHub에서 보기

When to Use This Skill

Use this skill when you need to:

  • Generate a document or explanation that includes definition and context about Fabric Lakehouse and its capabilities.
  • Design, build, and optimize Lakehouse solutions using best practices.
  • Understand the core concepts and components of a Lakehouse in Microsoft Fabric.
  • Learn how to manage tabular and non-tabular data within a Lakehouse.

Fabric Lakehouse

Core Concepts

What is a Lakehouse?

Lakehouse in Microsoft Fabric is an item that gives users a place to store their tabular data (like tables) and non-tabular data (like files). It combines the flexibility of a data lake with the management capabilities of a data warehouse. It provides:

  • Unified storage in OneLake for structured and unstructured data
  • Delta Lake format for ACID transactions, versioning, and time travel
  • SQL analytics endpoint for T-SQL queries
  • Semantic model for Power BI integration
  • Support for other table formats like CSV, Parquet
  • Support for any file formats
  • Tools for table optimization and data management

Key Components

  • Delta Tables: Managed tables with ACID compliance and schema enforcement
  • Files: Unstructured/semi-structured data in the Files section
  • SQL Endpoint: Auto-generated read-only SQL interface for querying
  • Shortcuts: Virtual links to external/internal data without copying
  • Fabric Materialized Views: Pre-computed tables for fast query performance

Tabular data in a Lakehouse

Tabular data in a form of tables are stored under "Tables" folder. Main format for tables in Lakehouse is Delta. Lakehouse can store tabular data in other formats like CSV or Parquet, these formats are only available for Spark querying.Tables can be internal, when data is stored under "Tables" folder, or external, when only reference to a table is stored under "Tables" folder but the data itself is stored in a referenced location. Tables are referenced through Shortcuts, which can be internal (pointing to another location in Fabric) or external (pointing to data stored outside of Fabric).

Schemas for tables in a Lakehouse

When creating a lakehouse, users can choose to enable schemas. Schemas are used to organize Lakehouse tables. Schemas are implemented as folders under the "Tables" folder and store tables inside of those folders. The default schema is "dbo" and it can't be deleted or renamed. All other schemas are optional and can be created, renamed, or deleted. Users can reference a schema located in another lakehouse using a Schema Shortcut, thereby referencing all tables in the destination schema with a single shortcut.

Files in a Lakehouse

Files are stored under "Files" folder. Users can create folders and subfolders to organize their files. Any file format can be stored in Lakehouse.

Fabric Materialized Views

Set of pre-computed tables that are automatically updated based on a schedule. They provide fast query performance for complex aggregations and joins. Materialized views are defined using PySpark or Spark SQL and stored in an associated Notebook.

Spark Views

Logical tables defined by a SQL query. They do not store data but provide a virtual layer for querying. Views are defined using Spark SQL and stored in Lakehouse next to Tables.

Security

Item access or control plane security

Users can have workspace roles (Admin, Member, Contributor, Viewer) that provide different levels of access to Lakehouse and its contents. Users can also get access permission using sharing capabilities of Lakehouse.

Data access or OneLake Security

For data access use OneLake security model, which is based on Microsoft Entra ID (formerly Azure Active Directory) and role-based access control (RBAC). Lakehouse data is stored in OneLake, so access to data is controlled through OneLake permissions. In addition to object-level permissions, Lakehouse also supports column-level and row-level security for tables, allowing fine-grained control over who can see specific columns or rows in a table.

Lakehouse Shortcuts

Shortcuts create virtual links to data without copying:

Types of Shortcuts

  • Internal: Link to other Fabric Lakehouses/tables, cross-workspace data sharing
  • ADLS Gen2: Link to ADLS Gen2 containers in Azure
  • Amazon S3: AWS S3 buckets, cross-cloud data access
  • Dataverse: Microsoft Dataverse, business application data
  • Google Cloud Storage: GCS buckets, cross-cloud data access

Performance Optimization

V-Order Optimization

For faster data read with semantic model enable V-Order optimization on Delta tables. This presorts data in a way that improves query performance for common access patterns.

Table Optimization

Tables can also be optimized using the OPTIMIZE command, which compacts small files into larger ones and can also apply Z-ordering to improve query performance on specific columns. Regular optimization helps maintain performance as data is ingested and updated over time. The Vacuum command can be used to clean up old files and free up storage space, especially after updates and deletes.

Lineage

The Lakehouse item supports lineage, which allows users to track the origin and transformations of data. Lineage information is automatically captured for tables and files in Lakehouse, showing how data flows from source to destination. This helps with debugging, auditing, and understanding data dependencies.

PySpark Code Examples

See PySpark code for details.

Getting data into Lakehouse

See Get data for details.

fabric-lakehouse 설치

스킬 파일을 다운로드하여 .claude/skills/ 디렉터리에 압축 해제하세요.

ZIP 다운로드

저장소를 클론하고 스킬 파일을 프로젝트에 복사하세요.

git clone https://github.com/github/awesome-copilot/blob/main/skills/fabric-lakehouse/SKILL.md # Copy SKILL.md to your .claude/skills/ directory

복사 복사
빠른 설정: 스킬 폴더를 .claude/skills/Claude로 복사하면 자동으로 해당 스킬을 감지하여 사용할 수 있습니다.

관련 스킬

microservices-patterns
업데이트 된 시간 2026년 6월 29일
jpa-patterns
업데이트 된 시간 2026년 6월 30일
sql-pro
업데이트 된 시간 2026년 6월 29일
redis-best-practices
업데이트 된 시간 2026년 6월 29일
OR