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
If you try to install a bundle from a local config file like bundle install config.yaml and that config file has a validation error, cogctl will return ERROR: nil. The main problem is that if schema validation fails, even if the config exists, we still fallback to check warehouse for a bundle named config.yaml, let's fix that bug so that it fails at schema validation and properly returns the schema related errors.
The text was updated successfully, but these errors were encountered:
If you try to install a bundle from a local config file like
bundle install config.yaml
and that config file has a validation error, cogctl will returnERROR: nil
. The main problem is that if schema validation fails, even if the config exists, we still fallback to check warehouse for a bundle namedconfig.yaml
, let's fix that bug so that it fails at schema validation and properly returns the schema related errors.The text was updated successfully, but these errors were encountered: