-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertex cli #519
Vertex cli #519
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @PhilippeMoussalli!
One small comment.
src/fondant/cli.py
Outdated
) | ||
vertex_parser.add_argument( | ||
"--project-region", | ||
help="The project region of the GCP project used to submit the pipeline ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is on a per pipeline basis right? I tested it and it works. So can we update the help message to reflect hits? Now it seems like the region is tied to the project.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Indeed this is the region where the pipeline is run and can be different from the project region. Updated the description
af1b957
to
1c38505
Compare
Thanks! You need to update this line from Line 89 in 1c38505
|
PR that adds functionalities for compiling and running Vertex Pipelines with the CLI.
After this PR is merged, i'd like to simplify a bit the compilation for both vertex and compile since there is a lot of repetition #517