Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Can we trigger a vertex AI pipeline using github trigger?

I have created a vertex AI pipeline using KFP in workbench and it is working fine. Can I use the same code to deploy the vertex AI pipeline using github action when there is any change in the code?

I have tried and I am able to copy the pipeline_definition.json to GCS and able to access the google big query tables. However the below code is not working,

pipeline.run(
    service_account = SERVICE_ACCOUNT
)
 
I have ensured that the SERVICE_ACCOUNT has all the necessary permissions. Any support would be much appreciated.
 
Thanks,
Prakash

 

1 1 610
1 REPLY 1