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

Head commit for run:
fe4fbdd127d6f1bf215cb986497bfc2681febb55 / Tzu-ping Chung <[email protected]>
Add a new 'item' field to TaskMap

To support expanding tasks against a dict's *content* at runtime (e.g.
when given {"a": [1, 2]}, expand against 1 and 2), the scheduler must be
able to know how long each value is. This means we need to extend the
TaskMap metadata store a bit, so it can not only store information on
the dict itself, but also on the values, and at the same time.

A new field "item" is thus added. When it's set to an empty string (the
default), the row stores information on the upstream's XCom push itself.
Information about a dict's content is stored in separate rows, where
"item" is set to the corresponding key (which must be str since that's
required by Python's keyword argument unpacking).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to