GitHub user bamaer added a comment to the discussion: Help- please!
If your database tables have the same structure in SQL Server and Postgres, you could just create a pipeline that accepts the table name or input query, target table name etc as a parameter, and use that in your table input and table output transform. In a second pipeline, add the list of 1000 table to process, and call the first pipeline through a pipeline executor, providing the parameters from the pipeline executor to your first pipeline. If your use case is more complex than that, you could take a look at [Metadata Injection](https://hop.apache.org/manual/latest/pipeline/metadata-injection.html). GitHub link: https://github.com/apache/hop/discussions/5092#discussioncomment-12660843 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
