How to make a generic pipeline Oracle => SQL Server
Hello, I would like to build a generic pipeline to load data from an Oracle DB to a SQL Server DB. I have more than 100 queries to load, so I would like to be able to call the pipeline with the Select (from Oracle) and the destination table as parame...