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
I have a flow that repeatedly runs 7 python scripts in parallel (branch-to-all inside of a for-loop). Today 2/7 scripts gave errors related to botocore during a single loop iteration.
One error was ModuleNotFoundError for botocore.vendored, the other was DataNotFoundError for endpoints. When I tried to rerun the exact same scripts, inputs, and source data manually everything worked fine. Some googling suggests the former is tied to the installation method of boto3 and aws-cli, and the latter may have something to do with json files boto3 uses in its directory.
Describe the bug
I have a flow that repeatedly runs 7 python scripts in parallel (branch-to-all inside of a for-loop). Today 2/7 scripts gave errors related to botocore during a single loop iteration.
One error was
ModuleNotFoundError
forbotocore.vendored
, the other wasDataNotFoundError
forendpoints
. When I tried to rerun the exact same scripts, inputs, and source data manually everything worked fine. Some googling suggests the former is tied to the installation method of boto3 and aws-cli, and the latter may have something to do with json files boto3 uses in its directory.To reproduce
The endpoints error was triggered by this code:
I'm not certain but I think the
ModuleNotFoundError
was caused by importing s3fs.Expected behavior
The script to run and be able to read and write parquet files from an S3 compatible system.
Screenshots
No response
Browser information
No response
Application version
CE v1.458.3
Additional Context
Logs:
botocore error unable to load endpoints.json
windmill_logs_0194f3ea-cdba-ce82-9f9a-02649c7cf265.txt
The text was updated successfully, but these errors were encountered: