-
Notifications
You must be signed in to change notification settings - Fork 910
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
Kedro incremental starter #2054
Labels
Stage: User Research 🔬
Ticket needs to undergo user research before implementation
Comments
merelcht
added
Stage: Technical Design 🎨
Ticket needs to undergo technical design before implementation
Stage: User Research 🔬
Ticket needs to undergo user research before implementation
labels
Nov 23, 2022
I'm interested to see if this library can help https://github.com/cruft/cruft A related point - I've also seen people ask if they can define the structure of |
3 tasks
merelcht
removed
the
Stage: Technical Design 🎨
Ticket needs to undergo technical design before implementation
label
Apr 14, 2023
yetudada
moved this from Discovery or Research - Later 🧪
to Discovery or Research - Now ⏳
in Roadmap
May 3, 2023
yetudada
moved this from Discovery or Research - Now ⏳
to Discovery or Research - Later 🧪
in Roadmap
May 3, 2023
I'll close this ticket because this is largely handled by #2388 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Kedro starters are used to create projects that contain code to run as-is, or to adapt and extend. They provide pre-defined example code and configuration that can be reused. Some of these starters are also used as part of the Kedro tutorials to teach new users about Kedro.
It's often been said that Kedro has a steep learning curve. The idea of the incremental starter is to have a new starter that gradually brings in more and more components to the Kedro project. The final version of the starter would include all advanced features as well as a full setup for linting, testing and other software engineering best practice tools.
Details
kedro new starter=incremental
,kedro starter add step_one
etc. We'll need tech design to flesh this out more.Questions
The text was updated successfully, but these errors were encountered: