The GitHub Actions job "Tests (AMD)" on 
airflow.git/pr-64394-follow-up-deferrable-task-sensor has failed.
Run started by GitHub user dzpan0 (triggered by dzpan0).

Head commit for run:
beebad10e695739b43e2f36ab7ebc400af5afd57 / Diogo Pan 
<[email protected]>
Implement DagTaskGroupsExistence and DagTasksExistence endpoints

Adds two GET endpoints to the Execution API for batched existence
checks against a Dag's tasks and task groups:

Each takes a list of ids and returns them partitioned into 'existing'
and 'missing' with 200 or 404 only when the Dag is missing.
Passing an empty list works as a Dag existence probe.

These allow the clients to get the actual information of a Dag, returning
correct information even when the Dag hasn’t been ran once

related: #40745.

Co-authored-by: Diogo Callado <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to