Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

SSIS2FabricAgent

يحتوي SSIS2FabricAgent على 2 من skills المجمعة من kromerm، مع تغطية مهنية على مستوى المستودع وصفحات 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