The problem I’m having
So I have two environments, one for development (DEV) we call “pre-production” and a production environment (PROD) call “PROD_ENV”
The DEV environment uses a cloned schemas of the latest production schemas.
Also, the jobs that I create are in PROD_ENV, however while development I want a job to be run on schedule in the DEV environment as well running parallely at the same time.
The context of why I’m trying to do this
Why I want the same two jobs to be run at same time but parallely in different environments is just for me to validate and check the final table counts, before I push the changes to master branch.
What I’ve already tried
I went to my DEV environment, I couldnt create a deploy job in this environment.
I’m not sure if i’m missing anything or configured it incorrectly.
Please let me know if you need more information.
Thank you!