Skip to content
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

Merged
merged 5 commits into from
Oct 16, 2023
Merged

Vertex cli #519

merged 5 commits into from
Oct 16, 2023

Conversation

PhilippeMoussalli
Copy link
Contributor

@PhilippeMoussalli PhilippeMoussalli commented Oct 13, 2023

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

@RobbeSneyders RobbeSneyders linked an issue Oct 16, 2023 that may be closed by this pull request
Copy link
Member

@RobbeSneyders RobbeSneyders left a 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.

)
vertex_parser.add_argument(
"--project-region",
help="The project region of the GCP project used to submit the pipeline ",
Copy link
Member

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.

Copy link
Contributor Author

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

@RobbeSneyders
Copy link
Member

Thanks! You need to update this line from project_region to region to fix the test:

runner = VertexRunner(project_id="some_project", project_region="some_region")

@RobbeSneyders RobbeSneyders merged commit 0c79cb4 into main Oct 16, 2023
6 checks passed
@RobbeSneyders RobbeSneyders deleted the vertex-cli branch October 16, 2023 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CLI
2 participants