Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

SSIS2FabricAgent

SSIS2FabricAgent 收录了来自 kromerm 的 2 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
2
Stars
8
更新
2026-06-19
Forks
6
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

ssis-authoring
软件开发工程师

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".

2026-06-19
ssis-migration
软件开发工程师

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

2026-06-19