-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate schema for pipeline.yaml and config.yaml #70
Conversation
what is the reason behind all these conflicts!? 😱 |
I've been working from an older base, need to merge main first |
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.
Looks great!
Just a small comment, if you generate a schema from PipelineConfig
, we could have autocompletion for config.yaml
as well. It was much simpler and worked out of the box. I did it by accident while exploring.
Simply {PipelineConfig.schema_json(indent=2)
generated pipeline_config.json
in this PR.
I see no downsides of having auto completion for that file as well, but I don't know if it should be added in this PR or a subsequent one.
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! I had some notices and questions!
Good point! I've added it. |
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
Closes #14
Supersedes #67