Hi, I am looking for a way to configure CICD of Dataform with cloudbuild.
Can't find any soloution !
Hi @yasmineB,
Thank you for reaching out.
A workaround for this is to use GitHub Actions in order to configure CI/CD for your Dataform. Github Actions are automated workflows containing (more or less) arbitary executions steps. You can run scripts, Actions published in GitHub repos, or Docker Images.
And according to the official document,
Dataform distributes a Docker image which you can use to run the equivalent of Dataform CLI commands.
So you will use this Docker Image in GitHub Actions.
You can also refer to this documentation and follow the steps to configure continuous integration/deployment workflows for your Dataform project