-
Notifications
You must be signed in to change notification settings - Fork 903
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
Investigate simplifying the api hierarchy #2441
Comments
@/merelcht:
|
@/noklam
|
Work with @amandakys on this issue. |
If I summarize it correctly from the long thread. Some of the questions are already answered in the parent issue #712
(1) Maybe the easiest for a user to discover, but I am highly against it because it pollutes the Independently of the options above
from kedro.framework.pipeline import Pipeline # This is correct
from kedro.api import Pipeline # We shouldn't do this in our codebase because it creates the "every module depends on each other" problem |
Closing this as well. Like @astrojuanlu mentioned on #712 this is not something we'll be addressing at the moment. If you feel like we should redesign our API, please leave a comment. |
Description
#712 was discussed in Tech design, resulting in several points of discussion and some unaddressed questions. Before any progress can be made, these will have to be addressed.
The outcome of this issue should be a plan on how to proceed with #712.
The key comments will be copied over for reference.
The text was updated successfully, but these errors were encountered: