What problem does it solve? Migrating Azure Synapse Analytics pipelines to Microsoft Fabric Data Factory requires manually rewriting activity JSON, converting linked services to Fabric connections, inlining dataset definitions, and translating global parameters — a slow, error-prone process with many platform-specific gotchas. ## Core Features & Use Cases - Activity Type Migration: Converts SynapseNotebook activities to TridentNotebook (GUID-based references), rewrites Validation activities as GetMetadata + IfCondition, and parks unsupported types like SSIS and Databricks. - Artifact Translation: Maps linked services to Fabric connections, inlines dataset definitions into activity typeProperties, and converts global parameters into a Fabric Variable Library with value sets. - Assessment & Orchestration: Provides a read-only pre-migration assessment report and a phased inline migration workflow driven through Synapse and Fabric REST APIs. - Use Case: A data engineer needs to move 30 Synapse pipelines to a Fabric workspace. The skill assesses scope, creates connections and a Variable Library, transforms each pipeline's JSON, deploys it via the Fabric REST API, and produces a validation report. ## Quick Start Ask the AI to migrate all pipelines from your Synapse workspace to a named Fabric workspace, starting with a pre-migration assessment.