Hello,
We are trying to update our Database name property for components in our jobs, but we have created a lot of jobs in Matillion and want to avoid manually opening each job and change the component properties. Is it possible to create a code (say with Python) and do it automatically?
Br,
Vijaya
@vijaya-lakshmi.maurya as a best practice, database endpoints, usernames can be created as environment variables, so that we can change / maintain different values for each environment (dev, prod etc.,)
https://docs.matillion.com/metl/docs/2943424/
You may have to edit all your existing jobs one time to use the newly created environment variables 😯.