Hi,
I m using git to build CI/CD for ETL jobs..
Dev and prod environment are on different ETL instances.
Regarding environment variables, I'm trying to export/import variables using the ETL API v1 ( link to doc)
but, it seems that I need to create a prod env variables in dev instance and then export/import to prod instance. Where the idea would be to export/make some changes like replace any {dev} by {prod} /import dev variables.
Do you have better ideas to automate environemnt variables generation based on what would be done in dev ?