Skip to content

Commit

Permalink
Update kedro-catalog-0.19.json (#3724)
Browse files Browse the repository at this point in the history
* Update kedro-catalog-0.19.json

Signed-off-by: Anthony De Bortoli <anthony.debortoli@protonmail.com>

* Update set_up_vscode.md

Signed-off-by: Anthony De Bortoli <anthony.debortoli@protonmail.com>

---------

Signed-off-by: Anthony De Bortoli <anthony.debortoli@protonmail.com>
  • Loading branch information
don4get committed Mar 20, 2024
1 parent 9fe3f39 commit 0fc8089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/development/set_up_vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Enter the following in your `settings.json` file:
```json
{
"yaml.schemas": {
"https://raw.githubusercontent.com/kedro-org/kedro/develop/static/jsonschema/kedro-catalog-0.18.json": "conf/**/*catalog*"
"https://raw.githubusercontent.com/kedro-org/kedro/develop/static/jsonschema/kedro-catalog-0.19.json": "conf/**/*catalog*"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion static/jsonschema/kedro-catalog-0.19.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"IncrementalDataset",
"MemoryDataset",
"LambdaDataset",
"PartitionedDataset",
"partitions.PartitionedDataset",
"api.APIDataset",
"biosequence.BioSequenceDataset",
"dask.ParquetDataset",
Expand Down

0 comments on commit 0fc8089

Please sign in to comment.