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

pipeline component not updating or creating a new version in the registry. #3240

Open
TucoFernandes opened this issue Jun 13, 2024 · 0 comments
Labels

Comments

@TucoFernandes
Copy link

Operating System

Linux

Version Information

latest azure python sdk for python 3.7

Steps to reproduce

If I create a pipeline wit the decorator and deeply it to a batch endpoint azure ml will create a pipeline component in the registry automatically. Sounds great right? Not so much if you want to CHANGE such a pipeline. Suppose I change my pipeline but keep the same name. The new pipeline will test ok, but when I attempt to update the batch endpoint the modifications are not being put in place!

Workaround: create everything new with new names (pipeline, endpoint, and deployment).

Also, there is no way to delete the pipeline component from the ML studio. That feature should exist since we can delete the endpoint and deployments.

Thanks

Arthur

Expected behavior

It is expected that a new version of the pipeline component will be created in the registry.

Actual behavior

The pipeline component is not updated.

Addition information

No response

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

No branches or pull requests

1 participant