-
Notifications
You must be signed in to change notification settings - Fork 906
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
Consider removing micropackaging #3750
Labels
Milestone
Comments
I really like option 3 |
I would go for 1 + 2, 3 seems like a lot of unnecessary effort building and releasing a plugin for something we think is not used. |
We got no indication from users that they want us to keep this. Therefore I consider we don't have enough evidence that maintaining this feature is worth the effort. I will open follow-up issues to deprecate, and eventually remove, this functionality. |
This was referenced May 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There has been a long time milestone to assess the micropackaging workflow https://github.com/kedro-org/kedro/milestone/21
It is somewhat inconsistent with
kedro package
#1536, relies on binary distributions aka wheels, it's difficult to test, and most importantly not many people use it.Are you a user of micropackaging? If so, please drop a comment below with your thoughts 👇🏽
The proposal is to:
kedro micropkg
aDeprecationWarning
should be shown (or equivalent, see discussion aboutFutureWarning
andDeprecationWarning
in various places, for example Avoid setting warning filters globally #2744 (comment))The alternative to (3) would be to not do anything, just deprecate and remove.
Thoughts?
The text was updated successfully, but these errors were encountered: