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

Head commit for run:
b90fa78e88cb33eb72bbd6552026db3685e2038f / Daniel Standish 
<[email protected]>
Fix check of correct dag when remote call for _get_ti (#38909)

This improved check is not complete since another DAG can have a task with the 
same name, but as an internal interface this is probably good enough. We could 
add dag_id as an attribute, but better to work on making dag.get_task() (or 
something similar) for a serialised DAG instead so we don’t need to pass in the 
task separately in the first place, rather just the DAG and the task_id to get 
the task inside the function.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to