-
Notifications
You must be signed in to change notification settings - Fork 560
Add docstrings for materializers and metadata_stores
#694
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
Conversation
fa9r
left a comment
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 work, just added several minor questions/suggestions regarding wording below.
| # add modules to this list as/when they are completed. | ||
| # When we're done we can remove this and just use `SRC_NO_TESTS`. | ||
| DOCSTRING_SRC=${1:-"src/zenml/alerter src/zenml/artifact_stores src/zenml/artifacts src/zenml/config src/zenml/io src/zenml/model_deployers src/zenml/cli src/zenml/entrypoints src/zenml/experiment_trackers"} | ||
| DOCSTRING_SRC=${1:-"src/zenml/materializers src/zenml/metadata_stores"} |
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.
| DOCSTRING_SRC=${1:-"src/zenml/materializers src/zenml/metadata_stores"} | |
| DOCSTRING_SRC=${1:-"src/zenml/alerter src/zenml/artifact_stores src/zenml/artifacts src/zenml/config src/zenml/io src/zenml/model_deployers src/zenml/cli src/zenml/entrypoints src/zenml/experiment_trackers src/zenml/materializers src/zenml/metadata_stores"} |
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'm not quite sure what happened here?
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 I understand. This docstring.sh is a temporary script that will probably go away once the main docstring PR is merged. I think this can be ignored.
| Returns: | ||
| Any object that is to be passed into the relevant artifact in the | ||
| step. |
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.
Why was this removed?
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.
Because it doesn't actually return that...
| Args: | ||
| executions: List of executions. | ||
| pipeline: PipelineView. |
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.
What is PipelineView?
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.
Changed.
| """Gets all runs for the given pipeline. | ||
| Args: | ||
| pipeline: PipelineView. |
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.
What is PipelineView?
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.
Changed.
Co-authored-by: Felix Altenberger <felix@zenml.io>
Co-authored-by: Felix Altenberger <felix@zenml.io>
Co-authored-by: Felix Altenberger <felix@zenml.io>
Co-authored-by: Felix Altenberger <felix@zenml.io>
…/zenml into misc/ENG-955-ENG-956-docstrings
I added docstrings for
materializersandmetadata_stores.Pre-requisites
Please ensure you have done the following:
Types of changes