This is an automated email from the ASF dual-hosted git repository.
kaxil pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from b66bf510ab2 Remove further findings from positional session check
(#67712)
add 530bbb3af57 Apply note when clearing a Dag Run / task instances
(#67639)
No new revisions were added by this update.
Summary of changes:
.../api_fastapi/core_api/datamodels/dag_run.py | 4 +++
.../core_api/openapi/v2-rest-api-generated.yaml | 6 ++++
.../api_fastapi/core_api/routes/public/dag_run.py | 7 +++++
.../airflow/ui/openapi-gen/requests/schemas.gen.ts | 12 ++++++++
.../airflow/ui/openapi-gen/requests/types.gen.ts | 1 +
.../ui/src/components/Clear/Run/ClearRunDialog.tsx | 17 ++---------
.../Clear/TaskInstance/ClearTaskInstanceDialog.tsx | 24 +++------------
.../airflow/ui/src/queries/useBulkClearDagRuns.ts | 21 +------------
.../core_api/routes/public/test_dag_run.py | 34 ++++++++++++++++++++++
.../src/airflowctl/api/datamodels/generated.py | 1 +
10 files changed, 72 insertions(+), 55 deletions(-)