-
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
Convert an existing project into a project using Kedro as a Library + Framework #2924
Comments
ResourceMy refactor exercise repository (see the original notebook and refactor notebook) Migration Process
MethodologyI started with a notebook, I put it in Issues I encountered
|
Theme that will not be discussed in this TDPython Function vs NodesHaving
For example def my_function(*model_kwargs, **kwargs):
return "something" Hot-reload6., 7. and 8. are related to the larger milestone Improve the usability and debugging experience for Jupyter notebooks |
2023-08-23 Discussion for DataCatalog path conversion issue
conf_catalog = config_loader["catalog"] # config
conf_catalog = _convert_paths_to_absolute_posix(Path("../../").resolve(), conf_catalog) # config/catalog
catalog = DataCatalog.from_config(conf_catalog) # catalog
catalog.load("example_data") Discussed Solution
Notes:
|
Closing as the exercise is finished and we identified a few key issues. Relevant comments are spread into these issues: #1460, #2819 (comment) |
Description
This follows the insights from #2901; one of the issued flagged is how we make it easier to use Kedro with existing projects. This task focuses on putting yourself into the shoes of our users as they refactor their work into adopting Kedro.
Possible Implementation
The scope of this task involves taking this project and converting into a project which uses Kedro as a:
You can work with the post authors, Daisy Wood and Mitchell West. Mitchell additionally added: "Happy to work with the Kedro team for guidance getting our approach up and running if it would be helpful? Next steps for this approach is to hopefully create a standalone python package, so would be great to see what a Kedro implementation would look like."
Outcomes
Share your learnings on what steps you took and what the process was like. It would be great to see a process diagram and possible workflow improvements that could be made.
The text was updated successfully, but these errors were encountered: