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

Head commit for run:
8fbf9c3c82b1d240b6b8fc694e5a3a3e209615ea / Tzu-ping Chung <[email protected]>
Unify mapped task group lookup logic

The lookup logic in operators is identical to the one on task groups (in
a function of the same name), so let's reuse the logic instead of having
to maintain two loops with only slightly different code.

I thought about getting rid of this function on AbstractOperator
altogether, but the 'self.task_group is None' case is annoying enough I
feel it's still better to keep the extra abstraction layer.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to