Skip to content

Commit

Permalink
Add migration marker
Browse files Browse the repository at this point in the history
  • Loading branch information
omkar-foss committed Oct 11, 2024
1 parent 2ec7b6d commit fd5cac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/api_connexion/endpoints/dag_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ def patch_dags(limit, session, offset=0, only_active=True, tags=None, dag_id_pat
return dags_collection_schema.dump(DAGCollection(dags=dags, total_entries=total_entries))


@mark_fastapi_migration_done
@security.requires_access_dag("DELETE")
@action_logging
@provide_session
Expand Down

0 comments on commit fd5cac9

Please sign in to comment.