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

Head commit for run:
73c88418feb682776636a98eb7e4b82964f7d699 / Noritaka Sekiyama 
<[email protected]>
Fix DatabricksWorkflowTaskGroup ignoring upstream/downstream set before with 
block (#68924)

When ``>>`` was called before the ``with task_group:`` block, the
dependency was recorded on the task group but never transferred to
the launch task (upstream) or the leaf tasks (downstream), because
those tasks did not exist yet. Transfer ``self.upstream_task_ids``
and ``self.downstream_task_ids`` in ``__exit__()`` after creating
the internal tasks.

closes: #51598

Co-authored-by: shubhgurav0590 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to