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

fix: create pipeline job with user-specified job id #567

Merged
merged 2 commits into from Jul 26, 2021

Conversation

ji-yaqi
Copy link
Contributor

@ji-yaqi ji-yaqi commented Jul 22, 2021

No description provided.

@ji-yaqi ji-yaqi requested a review from sasha-gitg July 22, 2021 21:48
@product-auto-label product-auto-label bot added the api: aiplatform Issues related to the AI Platform API. label Jul 22, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jul 22, 2021
Copy link
Member

@sasha-gitg sasha-gitg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks!

@@ -249,8 +249,11 @@ def run(

_LOGGER.log_create_with_lro(self.__class__)

pipeline_job_id = self._gca_resource.name.split("/")[-1]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK PipelneJob.name is not used by the service in the request as it's output only. Possibly add a comment that PipelineJob.name is not used by the service.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added, thanks!

@ji-yaqi ji-yaqi merged commit df68ec3 into googleapis:master Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: aiplatform Issues related to the AI Platform API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants