ETL Framework In Production
Hello,
I am leveraging Python within SQL Server Integration Services (SSIS) packages, primarily through the Execute Process Task.
I am extracting Data from E2 SQL to Azure SQL Server.
The connection has already been established.
I am building complete ETL using Function
- Extraction of Data (Full load/Incremental Load)
- Transformation
- Logging
- Audit Table
- Loading
The entire execution will be drive using Driver table or Configuration table.
May someone please help me how can we achieve this parameter based ETL framework.
do I need to create any config table or any metadata table how to pass value like .
- input parameter
- return value on output parameter
- What action function is performing
Please suggest if any production grade ETL Framework, which helps to achieve this.
Appreciate your help.
Thanks a lot