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
As of OpenEO Python client version 0.32.0 MultiBackendJobManager._update_statuses() requires an instance of JobDatabaseInterface instead of a pd.DataFrame as an argument.
Since the GFMAPJobManger overrides this method, it should be updated to be compatible with the latest version.
As of OpenEO Python client version 0.32.0
MultiBackendJobManager._update_statuses()
requires an instance ofJobDatabaseInterface
instead of apd.DataFrame
as an argument.Since the GFMAPJobManger overrides this method, it should be updated to be compatible with the latest version.
See: Open-EO/openeo-python-client#607
The text was updated successfully, but these errors were encountered: