Hi all!
I'm currently doing a ETL workflow that uses a lot of Connect In-DB Operators. These operators call to tables from the same database server (say X), which is a clone from production database server (say Y).
We now have ETL workflow ready in X, so we're about to port this workflow to prod database server, but it's tiresome to change all these Connect In-DB Operators. Is there a way to have a constant value connection name that feeds each In-DB Operator so I can change the connection name from this value and this replicates to all Connect In-DB Operators? Is there an example I can guide myself upon?
I can clarify myself further if needed.
Thank you!