-
Notifications
You must be signed in to change notification settings - Fork 459
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
Local development how-to section #3090
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good direction! One big review point i would add to the rest of my review is that we need some docs on working on a notebook
docs/book/how-to/build-pipelines/dynamically-assign-artifact-names.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,89 @@ | |||
--- | |||
description: Learn how to use configuration files to manage local development. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the moment i hear this, i think "oh its slow" . maybe the intent of the chapter is rather that you want to set up different "modes" of your pipeline that load smaller data in a local case? And config files are sort of one way to do that but you can also do it in code right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So reframe it to talk more about having different "variants" of your pipeline in dev, and production.. maybe some if conditions that loads a different dataset or something?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
@htahir1 I originally had a section on notebooks, but then it seemed too similar to all of this: https://docs.zenml.io/how-to/run-remote-steps-and-pipelines-from-notebooks. I'll think about it another time while updating on the basis of these comments |
docs/book/how-to/develop-locally/use-config-files-to-develop-locally.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/use-config-files-to-develop-locally.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
docs/book/how-to/develop-locally/keep-your-pipeline-dashboard-clean.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jayesh Sharma <wjayesh@outlook.com>
…ocally.md Co-authored-by: Jayesh Sharma <wjayesh@outlook.com>
…clean.md Co-authored-by: Jayesh Sharma <wjayesh@outlook.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great one! Almost there
added two docs pages
Also renamed a file from #3084 that I'd forgotten to rename before merging.