pipelines icon indicating copy to clipboard operation
pipelines copied to clipboard

Fix get_pipeline_id: Accept Namespace Parameter in Kubeflow Pipelines

Open afrozsh19 opened this issue 8 months ago • 3 comments

Summary

This pull request fixes the issue where the get_pipeline_id function returns None when called for a pipelines created as private. The function now accepts a namespace parameter and passes it to the list_pipelines function, ensuring the correct pipeline ID is returned.

Changes

  • Modified get_pipeline_id function to accept a namespace parameter.

Issue Reference

Fixes #10909

Additional Context

This change ensures that the get_pipeline_id function works as expected in environments where namespaces are used.

afrozsh19 avatar Jun 16 '24 18:06 afrozsh19