databricks-migration

Translate Databricks Unity Catalog structures, notebooks, jobs, and pipelines to Fabric equivalents.

952|267|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/microsoft/skills-for-fabric --skill databricks-migration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: databricks-migration
Source: https://github.com/microsoft/skills-for-fabric/tree/main/plugins/fabric-skills/skills/databricks-migration
Command: npx skills add https://github.com/microsoft/skills-for-fabric --skill databricks-migration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Porting Databricks workloads to Microsoft Fabric involves re-mapping Unity Catalog structures, notebooks, jobs, and data pipelines to Fabric equivalents while preserving governance, access, and execution semantics.

Core Features & Use Cases

  • End-to-end migration guidance for Unity Catalog to Fabric Lakehouse schemas, including catalog-to-lakehouse mapping and schema normalization.
  • Notebook and job migration patterns, including dbutils to notebookutils translations, Spark pool and environment alignment, and MLflow continuity.
  • Reference artifacts and migration strategies for data sharing (Delta sharing to OneLake Shortcuts) and platform-native execution.

Quick Start

Review the current workspace configuration and initiate Fabric-compatible migrations for Lakehouses, schemas, notebooks, and pipelines.

Frequently Asked Questions about databricks-migration

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate Databricks Unity Catalog to Fabric Lakehouse?

Migrate Databricks Unity Catalog to Fabric Lakehouse by applying catalog-to-lakehouse mapping rules and normalizing schemas. The process translates existing catalog structures into Fabric equivalents, ensuring data governance and access semantics are preserved during the migration.

What is the best way to translate Databricks dbutils to Fabric notebookutils?

Translating Databricks dbutils to Fabric notebookutils involves mapping utility function calls to their Fabric equivalents during notebook migration. This ensures execution semantics remain intact and aligns Spark pool and environment configurations for Fabric deployments.

Can I migrate Databricks jobs and data pipelines to Microsoft Fabric?

Yes, you can migrate Databricks jobs and data pipelines to Microsoft Fabric. The migration process translates job structures and pipeline logic into Fabric equivalents, aligning environments and supporting artifact generation for platform-native execution across Lakehouses.

Does migrating Databricks to Fabric support Delta sharing and governance?

Migrating Databricks to Fabric supports Delta sharing by translating it to OneLake Shortcuts. The process provides reference strategies and guidance for governance, access control, and data sharing to ensure continuity throughout the migration.

What are the limitations of migrating Databricks workloads to Fabric Lakehouse?

Limitations of migrating Databricks workloads to Fabric Lakehouse involve potential constraints in mapping complex Unity Catalog structures and aligning Spark pool environments. Reviewing workspace configurations beforehand helps identify edge cases where execution semantics may require manual adjustment.