A Microsoft platform for building enterprise-level data integration and data transformations solutions.
Hi @Uma,
Glad that helped. You can check these examples to get started:
- Metadata-driven ETL framework in SSIS: MDDE - MetaData Driven ETL | Microsoft Community Hub
- Passing parameters to Python in SSIS: Execute Process task - SQL Server Integration Services (SSIS) | Microsoft Learn
These show how to use config tables and dynamic control flow you can extend that with your Python logic for extraction and transformation.
Thanks,
Akhil.