This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 7013ba3df13 Add metadata for Task SDK (#49059)
add aaf1bee38a2 Handle 'fail_fast' dags with task sdk and execution API
server (#49045)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api_fastapi/app.py | 7 +++++--
airflow-core/src/airflow/api_fastapi/core_api/app.py | 10 ----------
.../execution_api/routes/task_instances.py | 19 +++++++++++++++----
airflow-core/src/airflow/models/taskinstance.py | 14 +++++++++++---
airflow-core/src/airflow/serialization/schema.json | 1 +
.../versions/head/test_task_instances.py | 4 ++--
airflow-core/tests/unit/api_fastapi/test_app.py | 16 +++-------------
task-sdk/src/airflow/sdk/definitions/dag.py | 1 -
8 files changed, 37 insertions(+), 35 deletions(-)