Hi All,
I was wondering if anyone has already set up some CI/CD process. I was thinking of adding some tests and assertions and maybe also automating the deployment of code if these tests pass. I think the matillion API would allow to at least kick off some test jobs on a matillion instance and retrieve the job status to determine if these test have passed.
I am doubting though if adding a gitlab-ci.yml file would create errors on the matillion instance when I pull the code (since matillion can not interpret this type of file I guess).
Is there someone who has experience on this? Any other approaches and suggestions to automated testing and CI/CD are more than welcome!