Skip to content

Commit

Permalink
remove status
Browse files Browse the repository at this point in the history
  • Loading branch information
rawwar committed Nov 15, 2024
1 parent 7fa24a2 commit d893747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/api_fastapi/core_api/routes/public/dag_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def patch_dag_run(
return DAGRunResponse.model_validate(dag_run, from_attributes=True)


@dag_run_router.get("/", responses=create_openapi_http_exception_doc([401]))
@dag_run_router.get("/")
async def get_dag_runs(
dag_id: str,
limit: QueryLimit,
Expand Down

0 comments on commit d893747

Please sign in to comment.