The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
031028dbac86bc93875329b30f20cdf10fda35c7 / Jarek Potiuk <[email protected]>
Satisfy Mypy for Livy Hook (#46157)

The Livy Hook shows ... strange MyPy errors and hard to say why.

First of all it incorrectly used multiple inheritance (BaseHook
already inherist from LoggingMixin) but then it seems that mypy
has been lost when it comes to fields available in the hook.
Setting them directly (like it happens in other hooks deriving
from HttpHook solves the MyPy issues.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to