What problem does it solve? Moving Azure Synapse Analytics pipelines to Microsoft Fabric Data Factory requires manual translation of activity types, linked services, datasets, and global parameters, which is error-prone and slow when done by hand. ## Core Features & Use Cases - Activity Type Translation: Converts SynapseNotebook activities to TridentNotebook with GUID references, rewrites Validation activities as GetMetadata plus IfCondition, and parks unsupported SSIS, Databricks, and SHIR-only activities. - Resource Mapping: Translates linked services into Fabric Connections, inlines dataset definitions directly into activity typeProperties, and converts global parameters into a Fabric Variable Library with value sets. - Assessment and Orchestration: Runs a read-only pre-migration assessment of a Synapse workspace, then executes phased migration through Synapse data-plane and Fabric REST APIs with validation and migration reporting. - Use Case: A data engineer needs to move 40 Synapse pipelines to Fabric. The skill assesses the workspace, migrates notebooks first, creates connections and a Variable Library, then deploys rewritten pipeline JSON to the Fabric workspace. ## Quick Start Ask the assistant to migrate the pipelines from your Synapse workspace into a named Microsoft Fabric workspace, optionally running the assessment first.