-
Notifications
You must be signed in to change notification settings - Fork 916
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
Update contribution guidelines documentation for kedro-datasets #1991
Conversation
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.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.
Thanks for making the changes. Can we also create/update this template in kedro-datasets
? It's worth mentioning about the kedro-datasets
since this is where most of the PRs coming from.
docs/source/extend_kedro/plugins.md
Outdated
@@ -198,6 +198,8 @@ When you are ready to submit your code: | |||
- [Kedro-Docker](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-docker), a tool for packaging and shipping Kedro projects within containers | |||
- [Kedro-Airflow](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-airflow), a tool for converting your Kedro project into an Airflow project | |||
- [Kedro-Viz](https://github.com/kedro-org/kedro-viz), a tool for visualising your Kedro pipelines | |||
- [Kedro-Datasets](https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets), a collection of all of Kedro's data connectors. These data | |||
connectors are implementations of the `AbstractDataSet` |
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 suggest we put Kedro-Datasets at the top.
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.
Moved it to the top in b7b82b5
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.
(Warning: purely pedantic) The order does look a little arbitrary - I'd usually vouch for alphabetical order but it's tougher here to decide priority, maybe datasets followed by airflow and then docker and viz?
Signed-off-by: Ankita Katiyar <ankitakatiyar2401@gmail.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.
LGTM 🏆
Signed-off-by: Ankita Katiyar ankitakatiyar2401@gmail.com
Description
kedro-datasets
#1497Update contribution guideline documentation to make it clear to contributors that all the changes should be made in
kedro-datasets
Development notes
kedro.extras.datasets
kedro-dataset
to list of supported plugins in Kedro pluginsChecklist
RELEASE.md
file