GoogleCloudPlatform / vertex-pipelines-end-to-end-samples

Apache License 2.0
225 stars 89 forks source link

Can't trigger in sandbox. #61

Closed dabasmoti closed 1 year ago

dabasmoti commented 1 year ago

Hi, Thanks for this project. I tried to execute the xgboost pipeline manually but I get Internal error encountered. Please try again I tried to use the UI as well to execute it with the clone option but got the same error. Steps.

pipenv setup
make setup
make compile-all-components
make test-trigger 

I am not using service account so i comment this line - https://github.com/GoogleCloudPlatform/vertex-pipelines-end-to-end-samples/blob/a78d2f648bbbd303517d371cee0bc9b9985a5fa2/pipelines/src/pipelines/trigger/main.py#L131 make run PIPELINE_TEMPLATE=xgboost pipeline=training

So it failed only on this one but pass without the comment. I can see the graph in the UI. I have the taxi-trips table under chigaco_taxi_trips dataset (use the bq command to transfer it). What am I missing?

dabasmoti commented 1 year ago

There was an unknown error with the root bucket