The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-hooktoolset-bytes-coercion has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
4b4c59b66b389a9243081b09bb5b05a78c3242b8 / ColtenOuO <[email protected]>
Coerce str back to bytes for bytes-typed HookToolset parameters

HookToolset advertises bytes parameters to the LLM as JSON strings
(there's no bytes type in JSON), but call_tool never converted them
back before invoking the hook method. A method like S3Hook.load_bytes
would receive a str where bytes is required, failing at runtime with
an opaque TypeError from BytesIO.

Report URL: https://github.com/apache/airflow/actions/runs/30663543307

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to