ETL Framework In Production

Uma 466 Reputation points
2025-10-31T06:27:51.5966667+00:00

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

  1. Extraction of Data (Full load/Incremental Load)
  2. Transformation
  3. Logging
  4. Audit Table
  5. 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 .

  1. input parameter
  2. return value on output parameter
  3. What action function is performing

Please suggest if any production grade ETL Framework, which helps to achieve this.

Appreciate your  help.

Thanks a lot

SQL Server Integration Services
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.