一键导入
SSIS2FabricAgent
SSIS2FabricAgent 收录了来自 kromerm 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Generate brand-new, designer-valid SSIS .dtsx packages from a natural-language prompt. Turns a request like "load a CSV into SQL Server and email me on failure" into a complete .dtsx that opens in Visual Studio / SSDT (SQL Server Data Tools). Provides copy-pasteable, BIDS-loadable DTSX fragments for connection managers, control-flow tasks, data flows, containers, precedence constraints, variables, and parameters, plus a prompt-to-package assembly workflow. WHEN: "create an SSIS package", "generate a .dtsx", "build me an SSIS package that ...", "make a DTSX with a Data Flow / Execute SQL / Send Mail / FTP / ForEach loop", "author an SSIS ETL package", "scaffold an SSIS package from this description", "write SSIS XML for X".
Migrate SQL Server Integration Services (SSIS) .dtsx packages to Microsoft Fabric Data Factory using the ssis2fabric Python CLI. Parses an SSIS package and creates a Fabric Data Pipeline, Dataflow Gen2 items, and Shareable Connections via the Fabric REST API; tasks that cannot be auto-converted become InActive placeholders so the pipeline still saves and opens for manual fixup. Supports dry-run review, auth modes (interactive, device code, service principal), tenant override, and connection-less pipeline shells. Use when the user wants to: (1) convert an SSIS .dtsx control flow into a Fabric Data Pipeline, (2) translate SSIS Data Flow tasks into Dataflow Gen2 Power Query M or Copy activities, (3) map SSIS connection managers to Fabric connections and deploy the pipeline to a workspace, (4) dry-run and review a conversion before touching Fabric. Triggers: "migrate SSIS to Fabric", "ssis to fabric", "convert dtsx", "dtsx to fabric pipeline", "ssis2fabric", "port SSIS to Fabric Data Factory", "ssis dataflow gen2