Hi good people,
Anyone knows how to dynamically set up a matillion projet to an environment (e.g: dev_env, test_env, prod_env…)?
Hi good people,
Anyone knows how to dynamically set up a matillion projet to an environment (e.g: dev_env, test_env, prod_env…)?
Are you wanting to sort of templatize your project setup so that when you create a project it comes in with predefined environments?
If so, you could create a basic project with the environments you want then export that project. When you want to create a new project change the Group Name and/or Project Name and import it into Matillion.
If you wanted to take it a step further and could leverage the Matillion API to create the project with all the environments required.
Hopefully this give you what you're looking for.
Thanks Bryan, this will work good.