Closed rkpattnaik780 closed 1 year ago
@rkpattnaik780 overall LGTM, but could you mention the new env var in the docs
@rkpattnaik780 could you also rebase the pr to make sure all the tests are passing
In an off-thread discussion, we noticed the current implementation will fail if:
-v10
We are trying to find a workaround for this issue. Cc @harshad16
Thanks for the pull request @rkpattnaik780 and for the review @lresende due this reason: https://github.com/elyra-ai/elyra/issues/3182#issuecomment-1756077849 we don't require the feature, we have closed the issue. Please feel free to close the PR as well.
What changes were proposed in this pull request?
Currently, when pipelines are created using elyra from the Notebooks, each additional iteration of the pipeline run creates a new pipeline version identified by timestamp.
The PR will allow user to switch from timestamp identifiers to versions numbers (v1, etc) using an environment variable
KFP_SUFFIX_USE_VERSION
. This will make the pipeline runs easily distinguishable.Fixes #3182
How was this pull request tested?
Developer's Certificate of Origin 1.1