I am trying to leverage Matillion's built in versioning to handle source control for jobs. I've done the walkthrough materials of creating a Production version and seeing that I can make a change to a job in Default and it not reflect in Production. My question is - how do I push a new change from Default to Production?
For example I have job A and job B both in Default and Production. I make changes to A and B but only the change to A is ready for Production. Do I need to rename Production to something Old Prod, then create a new version called Production New based on Default? If so how I can make it so only job A moves over to Production New and not the in dev job B?
I was hoping to use the internal versioning because git isn't required here and seems overly complicated for what we need to accomplish. Should I bite the bullet and focus on integrating git successfully?