bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
642 stars 85 forks source link

Python SDK not correctly working in v.1.4.0 #4148

Open MichaelHoepler opened 2 days ago

MichaelHoepler commented 2 days ago

The Python SDK seems to be not working with v.1.4.0, so that it is not directly usable.

MichaelHoepler commented 2 days ago

The functions (events_request, cancel_request, list_request, state_request, submit_request) are not accesssible in the bacalhau_api. We probably have to add the newer versions of the functions to the bacalhau_sdk

frrist commented 2 days ago

The python SDK needs to be migrated to use the new job models and APIs.