Closed andrie closed 8 years ago
Some (undocumented) changes in the AzureML API causes the same function call to return different results in PROD and INT.
For example, in INT, the response still contains error codes in the response body, but often this body is no longer JSON encoded, but plain text.
This means:
try_fetch()
validate_response()
Some (undocumented) changes in the AzureML API causes the same function call to return different results in PROD and INT.
For example, in INT, the response still contains error codes in the response body, but often this body is no longer JSON encoded, but plain text.
This means:
try_fetch()
andvalidate_response()
we have to handle both cases