We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607574a commit 80542b5Copy full SHA for 80542b5
airflow-core/src/airflow/api_fastapi/execution_api/routes/task_instances.py
@@ -577,7 +577,7 @@ def ti_skip_downstream(
577
"/{task_instance_id}/heartbeat",
578
status_code=status.HTTP_204_NO_CONTENT,
579
responses={
580
- status.HTTP_410_GONE: {"description": "Task Instance not found, might have moved to the Task Instance History table"},
+ status.HTTP_410_GONE: {"description": "Task Instance no longer exists, it may have moved to the Task Instance History table"},
581
status.HTTP_409_CONFLICT: {
582
"description": "The TI attempting to heartbeat should be terminated for the given reason"
583
},
0 commit comments