Skip to content

Commit

Permalink
Add new JSON Schema to Support v0.19 (#3621)
Browse files Browse the repository at this point in the history
Signed-off-by: Fazil <fazilbtopal@gmail.com>
  • Loading branch information
lordsoffallen committed Feb 20, 2024
1 parent b4b1426 commit 30ae2c7
Show file tree
Hide file tree
Showing 3 changed files with 1,472 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Addressed arbitrary file write via archive extraction security vulnerability in micropackaging.
* Added the `_EPHEMERAL` attribute to `AbstractDataset` and other Dataset classes that inherit from it.
* Enable read-the-docs search when user presses Command/Ctrl + K.
* Added new JSON Schema that works with Kedro versions 0.19.*

## Breaking changes to the API

Expand Down
2 changes: 1 addition & 1 deletion docs/source/development/set_up_pycharm.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ You can enable the Kedro catalog validation schema in your PyCharm IDE to enable

![](../meta/images/pycharm_edit_schema_mapping.png)

Add a new mapping using the "+" button in the top left of the window and select the name you want for it. Enter this URL `https://raw.githubusercontent.com/kedro-org/kedro/develop/static/jsonschema/kedro-catalog-0.18.json` in the "Schema URL" field and select "JSON Schema Version 7" in the "Schema version" field.
Add a new mapping using the "+" button in the top left of the window and select the name you want for it. Enter this URL `https://raw.githubusercontent.com/kedro-org/kedro/develop/static/jsonschema/kedro-catalog-0.19.json` in the "Schema URL" field and select "JSON Schema Version 7" in the "Schema version" field.

Add the following file path pattern to the mapping: `conf/**/*catalog*`.

Expand Down
Loading

0 comments on commit 30ae2c7

Please sign in to comment.