Skip to content
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

chore: Move kedro-catalog JSON schema to kedro-datasets #952

Merged
merged 9 commits into from
Dec 12, 2024
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- [ ] Opened this PR as a 'Draft Pull Request' if it is work-in-progress
- [ ] Updated the documentation to reflect the code changes
- [ ] Updated `jsonschema/kedro-catalog-X.XX.json` if necessary
- [ ] Added a description of this change in the relevant `RELEASE.md` file
- [ ] Added tests to cover my changes
- [ ] Received approvals from at least half of the TSC (required for adding a new, non-experimental dataset)
2 changes: 1 addition & 1 deletion kedro-datasets/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If you have new ideas for Kedro-Datasets then please open a [GitHub issue](https

If you're unsure where to begin contributing to Kedro-Datasets, please start by looking through the `good first issue` and `help wanted` on [GitHub](https://github.com/kedro-org/kedro-plugins/issues).
If you want to contribute a new dataset, read the [tutorial to create and contribute a custom dataset](https://docs.kedro.org/en/stable/data/how_to_create_a_custom_dataset.html) in the Kedro documentation.
Make sure to add the new dataset to `kedro_datasets.rst` so that it shows up in the API documentation and to `static/jsonschema/kedro-catalog-X.json` for IDE validation.
Make sure to add the new dataset to `kedro_datasets.rst` so that it shows up in the API documentation and to `kedro-datasets/static/jsonschema/kedro-catalog-X.json` for IDE validation.

Below is a guide to help you understand the process of contributing a new dataset, whether it falls under the category of core or experimental datasets.

Expand Down
1,202 changes: 1,202 additions & 0 deletions kedro-datasets/static/jsonschema/kedro-catalog-0.15.9.json

Large diffs are not rendered by default.

763 changes: 763 additions & 0 deletions kedro-datasets/static/jsonschema/kedro-catalog-0.16.json

Large diffs are not rendered by default.

950 changes: 950 additions & 0 deletions kedro-datasets/static/jsonschema/kedro-catalog-0.17.json

Large diffs are not rendered by default.

1,423 changes: 1,423 additions & 0 deletions kedro-datasets/static/jsonschema/kedro-catalog-0.18.json

Large diffs are not rendered by default.

1,470 changes: 1,470 additions & 0 deletions kedro-datasets/static/jsonschema/kedro-catalog-0.19.json

Large diffs are not rendered by default.

Loading