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
But then I forget to generate or manually update the valohai.yaml to include the input inputti, the error I get is:
15:28:06 raise InvalidSchema(f"No connection adapters were found for {url!r}")
15:28:06 requests.exceptions.InvalidSchema: No connection adapters were found for 's3://bucket/file'
This is not helpful in understanding that I'm trying to access an input which hasn't been defined.
The text was updated successfully, but these errors were encountered:
If I have code referencing an input like:
But then I forget to generate or manually update the
valohai.yaml
to include the inputinputti
, the error I get is:This is not helpful in understanding that I'm trying to access an input which hasn't been defined.
The text was updated successfully, but these errors were encountered: