You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using inputSpec to use an online yaml file glob is still required, can't be empty and has to point at an existing file (even if that file is empty) throwing a Missing required property 'glob' JSON schema warning when omitted.
Expected behavior
Using inputSpec with a HTTP URL yaml in absence of a local file and glob doesn't throw a warning, warning only shows up when both are missing.
The text was updated successfully, but these errors were encountered:
🐛 Bug Report:
Describe the bug
When using
inputSpec
to use an online yaml fileglob
is still required, can't be empty and has to point at an existing file (even if that file is empty) throwing aMissing required property 'glob'
JSON schema warning when omitted.Expected behavior
Using
inputSpec
with a HTTP URL yaml in absence of a local file andglob
doesn't throw a warning, warning only shows up when both are missing.The text was updated successfully, but these errors were encountered: