Hey team! Where can I find kedro's yaml schema for...
# questions
p
Hey team! Where can I find kedro's yaml schema for catalog that I can set in my IDE?
h
hey @Puneet Saini we have moved them to the kedro-dataset repo here https://github.com/kedro-org/kedro-plugins/tree/main/kedro-datasets/static/jsonschema is this what you're looking for?
p
Yes
Awesome thanks!
np 1
Any pro tips on how to make these validations work with yaml anchors?
d
hmm I'm not sure those work like that, does the vscode plugin do this better @Nok Lam Chan @Ravi Kumar Pilla?
n
I don't think it ever works for anchor. LSP may works a bit better, but I need to check. @Sajid Alam if you remember this?
s
The LSP does handle basic YAML parsing with anchors through PyYAML, which resolves the anchors during parsing.
👍🏼 1