-
Notifications
You must be signed in to change notification settings - Fork 905
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
Create migration content for users updating their Kedro version #1887
Comments
I can try to do this in the upcoming sprint. If someone wants to share some lessons learned with me over a videoconf or similar I'd be happy to incorporate those. |
Also, the whole "do |
Remembered today about a @deepyaman's comment and went to see most downloaded Kedro versions. I think there's evidence that
|
Actions:
|
I'll open a separate ticket for the research. |
This would be a good ticket to consider as priority in coming sprints I think? Adding (tentatively) to next sprint. |
@astrojuanlu I don't know if you made a ticket for the research but i'm going to convert this ticket into the first of the action list to document migration strategy. This will be three-fold:
|
I'm marking this done as we have (a) release notes in progress about migration (ticket to revise/edit/improve those) |
This issue serves as a summary doc, and a central thread to discuss how we can make migration easier.
For example, can we make the dependencies similar, how do you upgrade our dependency once you have a running project?
If we have enough stuff then we can turn this thread into some documentation pieces.
Workflow for upgrading from really old kedro version to latest
kedro
in your conda or any virtual environment you are usingkedro new
to generate a new project, the project name should be the same as your original project (Do it in a separate directory)Turns a
kedro new
project into a Spark projectsettings.py
withSparkHook
hooks.py
with theSparkHook
implementationspark.yml
with the spark configrequirementst.txt
for spark-related libraryThe text was updated successfully, but these errors were encountered: