Description
Related to https://github.com/apache/submarine/runs/1817156549
> raise ApiException(http_resp=r)
submarine.experiment.exceptions.ApiException: (400)
Reason: Bad Request
> HTTP response headers: HTTPHeaderDict({'Date': 'Tue, 02 Feb 2021 19:22:49 GMT', 'Content-Type': 'application/json;charset=utf-8', 'Content-Length': '137', 'Server': 'Jetty(9.4.18.v20190429)'})
> HTTP response body: {"status":"BAD_REQUEST","code":0,"success":null,"message":"Unable to insert experiment entity to database","result":null,"attributes":{}}
> /opt/hostedtoolcache/Python/3.6.12/x64/lib/python3.6/site-packages/submarine/experiment/rest.py:249: ApiException