Hello
I would like to know if there is any way through CLI or API of dataform that allows me to take my existing dataform project saved on my github to dataform on GCP.
Yes, you can use the Dataform CLI to deploy your project from GitHub to Dataform on GCP. You'll need to clone your GitHub repository locally, then use the Dataform CLI to run and deploy your project to GCP. Make sure you have the necessary permissions and configurations set up in GCP for a smooth deployment.
Hi @joelvilca,
Welcome to the Google Cloud Community!
In addition to what @yrhsk mentioned, you can explore the following documentation using the Dataform CLI:
I hope the above information is helpful.