sematic-ai / sematic

An open-source ML pipeline development platform
Other
972 stars 59 forks source link

Make run retrieval API more robust #1054

Closed augray closed 1 year ago

augray commented 1 year ago

If you called api_client.get_runs(), it would result in errors, despite claiming that all the fields were optional. In practice, we hadn't been calling the API this way, but this PR fixes it to make it more robust and adds a test.