camila-cg
camila-cg
Yes, I'm using the Twitter bearer token, it should work :/
Hi @htahir1 , thanks for update! I got the changes but a new error occurred here: ``` RuntimeError: Unable to connect to the Docker daemon. There are three common causes...
Sure, was my env variables, this is working now, but I found another outdated code on file `my_docker_orchestrator.py, line 199`. run_models = Client().list_pipeline_runs( custom_filter={ "environment_attributes": { "orchestrator_run_id": orchestrator_run_id } }...
I saw the code of `list_pipeline_runs `and made this little adjustment and the sample just worked! ``` run_models = Client().list_pipeline_runs( orchestrator_run_id=orchestrator_run_id ) ``` Thanks for helping!
I have one more question about this code example. Running with zenml 0.82 the example works, but I need to create a custom orchestrator to run on 0.72 zenml version,...
@htahir1 , I'll put here the log I received using the version 0.72, where I did not understand the cause to give you more information about the bug. **Error message:**...
There are a lot of zenml pipelines here running on version 0.72, that is not so old. This is the reason I need to keep this version for the custom...