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

[backend] Creating a CustomJob component using the provided function can fail #11212

Open
AlexanderLavelle opened this issue Sep 13, 2024 · 0 comments

Comments

@AlexanderLavelle
Copy link

Environment

  • How did you deploy Kubeflow Pipelines (KFP)?
    Vertex AI Pipeline

  • KFP version:
    Unsure what Google is using in Vertex but with google_cloud_pipeline_components 2.16.0

  • KFP SDK version:
    2.7.0

Steps to reproduce

If you try to use create_custom_training_job_from_component without specifying a project, it's possible that the attempt to auto generate the project fails to be found in the Vertex Pipeline and then causes an error.

Expected result

Pipeline should automatically load project, but in some VPC configurations this isn't possible, and explicitly sending the project is required (location is...more optional but may be important to some users for latency or what have you)

Materials and Reference

Was trying to create a component from a function to avoid having a unique container. Pretty neat to use the prebuilt components to avoid having to push my own containers around for simple actions!


Impacted by this bug? Give it a 👍.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant