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

Head commit for run:
e345c9b9dc8524b435a4d6bd82b32a15d0c0f10f / Jarek Potiuk <[email protected]>
Better typing for Job and JobRunners

By leveraging Generics, the typing for Runners and Job and
JobPydantic is now more complete and accurate.

* Scheduler and Backfill Runners limit their code to Job and can
  use all the things that ORM Job allows them to do

* Other runners are limited to union of Job and JobPydantic version so
  that they can be run on the client side of the internal API without
  having all the Job features.

This is a follow up after #31182 that fixed missing job_type for
DagProcessor Job and nicely extracted job to BaseRunner but
broke MyPy/Typing guards implemented in the runners that should
aid the AIP-44 implementation.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to