This is an automated email from the ASF dual-hosted git repository.
pierrejeambrun pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new deec385416d Improve API sort documentation (#56617)
deec385416d is described below
commit deec385416d3cb601d31543e34841e5c9381a14d
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Tue Oct 14 08:35:33 2025 -0700
Improve API sort documentation (#56617)
---
.../src/airflow/api_fastapi/common/parameters.py | 6 ++-
.../api_fastapi/core_api/openapi/_private_ui.yaml | 4 +-
.../core_api/openapi/v2-rest-api-generated.yaml | 44 +++++++++++++---------
.../ui/openapi-gen/queries/ensureQueryData.ts | 20 +++++-----
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 20 +++++-----
.../src/airflow/ui/openapi-gen/queries/queries.ts | 20 +++++-----
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 20 +++++-----
.../ui/openapi-gen/requests/services.gen.ts | 20 +++++-----
.../airflow/ui/openapi-gen/requests/types.gen.ts | 20 +++++-----
9 files changed, 93 insertions(+), 81 deletions(-)
diff --git a/airflow-core/src/airflow/api_fastapi/common/parameters.py
b/airflow-core/src/airflow/api_fastapi/common/parameters.py
index e905b99432a..b7abf568c59 100644
--- a/airflow-core/src/airflow/api_fastapi/common/parameters.py
+++ b/airflow-core/src/airflow/api_fastapi/common/parameters.py
@@ -283,11 +283,15 @@ class SortParam(BaseParam[list[str]]):
raise NotImplementedError("Use dynamic_depends, depends not
implemented.")
def dynamic_depends(self, default: str | None = None) -> Callable:
+ to_replace_attrs = list(self.to_replace.keys()) if self.to_replace
else []
+
+ all_attrs = self.allowed_attrs + to_replace_attrs
+
def inner(
order_by: list[str] = Query(
default=[default] if default is not None else
[self.get_primary_key_string()],
description=f"Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. "
- f"Supported attributes: `{', '.join(self.allowed_attrs) if
self.allowed_attrs else self.get_primary_key_string()}`",
+ f"Supported attributes: `{', '.join(all_attrs) if all_attrs
else self.get_primary_key_string()}`",
),
) -> SortParam:
return self.set_value(order_by)
diff --git
a/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
b/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
index a3858d6fc2a..ea2228d964f 100644
--- a/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
+++ b/airflow-core/src/airflow/api_fastapi/core_api/openapi/_private_ui.yaml
@@ -253,13 +253,13 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes:
`dag_id, dag_display_name,
- next_dagrun, state, start_date`'
+ next_dagrun, state, start_date, last_run_state,
last_run_start_date`'
default:
- dag_id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `dag_id,
dag_display_name,
- next_dagrun, state, start_date`'
+ next_dagrun, state, start_date, last_run_state, last_run_start_date`'
- name: is_favorite
in: query
required: false
diff --git
a/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml
b/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml
index 70e8360e90c..474a8c26365 100644
---
a/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml
+++
b/airflow-core/src/airflow/api_fastapi/core_api/openapi/v2-rest-api-generated.yaml
@@ -1485,13 +1485,13 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes:
`conn_id,
- conn_type, description, host, port, id`'
+ conn_type, description, host, port, id, connection_id`'
default:
- id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `conn_id,
conn_type,
- description, host, port, id`'
+ description, host, port, id, connection_id`'
- name: connection_id_pattern
in: query
required: false
@@ -2285,14 +2285,14 @@ paths:
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes: `id,
state,
dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at,
- conf, duration`'
+ conf, duration, dag_run_id`'
default:
- id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `id, state,
dag_id,
run_id, logical_date, run_after, start_date, end_date, updated_at,
conf,
- duration`'
+ duration, dag_run_id`'
- name: run_id_pattern
in: query
required: false
@@ -3189,13 +3189,13 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes:
`dag_id, dag_display_name,
- next_dagrun, state, start_date`'
+ next_dagrun, state, start_date, last_run_state,
last_run_start_date`'
default:
- dag_id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `dag_id,
dag_display_name,
- next_dagrun, state, start_date`'
+ next_dagrun, state, start_date, last_run_state, last_run_start_date`'
- name: is_favorite
in: query
required: false
@@ -3768,13 +3768,13 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes: `id,
dttm,
- dag_id, task_id, run_id, event, logical_date, owner, extra`'
+ dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`'
default:
- id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `id, dttm,
dag_id,
- task_id, run_id, event, logical_date, owner, extra`'
+ task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`'
- name: dag_id
in: query
required: false
@@ -4106,13 +4106,13 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes: `id,
timestamp,
- filename, bundle_name, stacktrace`'
+ filename, bundle_name, stacktrace, import_error_id`'
default:
- id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `id, timestamp,
filename,
- bundle_name, stacktrace`'
+ bundle_name, stacktrace, import_error_id`'
- name: filename_pattern
in: query
required: false
@@ -4618,12 +4618,13 @@ paths:
items:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
- Prefix with `-` for descending order. Supported attributes: `id,
pool`'
+ Prefix with `-` for descending order. Supported attributes: `id,
pool,
+ name`'
default:
- id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
- with `-` for descending order. Supported attributes: `id, pool`'
+ with `-` for descending order. Supported attributes: `id, pool,
name`'
- name: pool_name_pattern
in: query
required: false
@@ -5832,14 +5833,16 @@ paths:
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes: `id,
state,
duration, start_date, end_date, map_index, try_number,
logical_date, run_after,
- data_interval_start, data_interval_end, rendered_map_index,
operator`'
+ data_interval_start, data_interval_end, rendered_map_index,
operator,
+ run_after, logical_date, data_interval_start, data_interval_end`'
default:
- map_index
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `id, state,
duration,
start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start,
- data_interval_end, rendered_map_index, operator`'
+ data_interval_end, rendered_map_index, operator, run_after,
logical_date,
+ data_interval_start, data_interval_end`'
responses:
'200':
description: Successful Response
@@ -6660,14 +6663,16 @@ paths:
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes: `id,
state,
duration, start_date, end_date, map_index, try_number,
logical_date, run_after,
- data_interval_start, data_interval_end, rendered_map_index,
operator`'
+ data_interval_start, data_interval_end, rendered_map_index,
operator,
+ logical_date, run_after, data_interval_start, data_interval_end`'
default:
- map_index
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `id, state,
duration,
start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start,
- data_interval_end, rendered_map_index, operator`'
+ data_interval_end, rendered_map_index, operator, logical_date,
run_after,
+ data_interval_start, data_interval_end`'
responses:
'200':
description: Successful Response
@@ -8300,13 +8305,16 @@ paths:
type: string
description: 'Attributes to order by, multi criteria sort is
supported.
Prefix with `-` for descending order. Supported attributes:
`ti_id, subject,
- responded_at, created_at, responded_by_user_id,
responded_by_user_name`'
+ responded_at, created_at, responded_by_user_id,
responded_by_user_name,
+ dag_id, run_id, run_after, rendered_map_index,
task_instance_operator,
+ task_instance_state`'
default:
- ti_id
title: Order By
description: 'Attributes to order by, multi criteria sort is
supported. Prefix
with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at,
- created_at, responded_by_user_id, responded_by_user_name`'
+ created_at, responded_by_user_id, responded_by_user_name, dag_id,
run_id,
+ run_after, rendered_map_index, task_instance_operator,
task_instance_state`'
- name: dag_id_pattern
in: query
required: false
diff --git a/airflow-core/src/airflow/ui/openapi-gen/queries/ensureQueryData.ts
b/airflow-core/src/airflow/ui/openapi-gen/queries/ensureQueryData.ts
index e63d748d4d8..dcf762aea10 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/queries/ensureQueryData.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/queries/ensureQueryData.ts
@@ -213,7 +213,7 @@ export const ensureUseConnectionServiceGetConnectionData =
(queryClient: QueryCl
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id, connection_id`
* @param data.connectionIdPattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ConnectionCollectionResponse Successful Response
* @throws ApiError
@@ -293,7 +293,7 @@ export const
ensureUseDagRunServiceGetUpstreamAssetEventsData = (queryClient: Qu
* @param data.runType
* @param data.state
* @param data.dagVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration, dag_run_id`
* @param data.runIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.triggeringUserNamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
@@ -477,7 +477,7 @@ export const ensureUseDagWarningServiceListDagWarningsData
= (queryClient: Query
* @param data.dagRunEndDateLte
* @param data.dagRunEndDateLt
* @param data.dagRunState
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @returns DAGCollectionResponse Successful Response
* @throws ApiError
@@ -568,7 +568,7 @@ export const ensureUseDagServiceGetDagTagsData =
(queryClient: QueryClient, { li
* @param data.lastDagRunState
* @param data.bundleName
* @param data.bundleVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @param data.hasAssetSchedule Filter Dags with asset-based scheduling
* @param data.assetDependency Filter Dags by asset dependency (name or URI)
@@ -625,7 +625,7 @@ export const ensureUseEventLogServiceGetEventLogData =
(queryClient: QueryClient
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`
* @param data.dagId
* @param data.taskId
* @param data.runId
@@ -756,7 +756,7 @@ export const
ensureUseTaskInstanceServiceGetTaskInstanceData = (queryClient: Que
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, run_after, logical_date, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -930,7 +930,7 @@ export const
ensureUseTaskInstanceServiceGetMappedTaskInstanceData = (queryClien
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, logical_date, run_after, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -1082,7 +1082,7 @@ export const
ensureUseTaskInstanceServiceGetHitlDetailData = (queryClient: Query
* @param data.dagRunId
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id, responded_by_user_name`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id,
responded_by_user_name, dag_id, run_id, run_after, rendered_map_index,
task_instance_operator, task_instance_state`
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.taskId
* @param data.taskIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -1138,7 +1138,7 @@ export const
ensureUseImportErrorServiceGetImportErrorData = (queryClient: Query
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace, import_error_id`
* @param data.filenamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ImportErrorCollectionResponse Successful Response
* @throws ApiError
@@ -1225,7 +1225,7 @@ export const ensureUsePoolServiceGetPoolData =
(queryClient: QueryClient, { pool
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool, name`
* @param data.poolNamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns PoolCollectionResponse Successful Response
* @throws ApiError
diff --git a/airflow-core/src/airflow/ui/openapi-gen/queries/prefetch.ts
b/airflow-core/src/airflow/ui/openapi-gen/queries/prefetch.ts
index d9dbb83f8b5..04180b6e921 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/queries/prefetch.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/queries/prefetch.ts
@@ -213,7 +213,7 @@ export const prefetchUseConnectionServiceGetConnection =
(queryClient: QueryClie
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id, connection_id`
* @param data.connectionIdPattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ConnectionCollectionResponse Successful Response
* @throws ApiError
@@ -293,7 +293,7 @@ export const prefetchUseDagRunServiceGetUpstreamAssetEvents
= (queryClient: Quer
* @param data.runType
* @param data.state
* @param data.dagVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration, dag_run_id`
* @param data.runIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.triggeringUserNamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
@@ -477,7 +477,7 @@ export const prefetchUseDagWarningServiceListDagWarnings =
(queryClient: QueryCl
* @param data.dagRunEndDateLte
* @param data.dagRunEndDateLt
* @param data.dagRunState
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @returns DAGCollectionResponse Successful Response
* @throws ApiError
@@ -568,7 +568,7 @@ export const prefetchUseDagServiceGetDagTags =
(queryClient: QueryClient, { limi
* @param data.lastDagRunState
* @param data.bundleName
* @param data.bundleVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @param data.hasAssetSchedule Filter Dags with asset-based scheduling
* @param data.assetDependency Filter Dags by asset dependency (name or URI)
@@ -625,7 +625,7 @@ export const prefetchUseEventLogServiceGetEventLog =
(queryClient: QueryClient,
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`
* @param data.dagId
* @param data.taskId
* @param data.runId
@@ -756,7 +756,7 @@ export const prefetchUseTaskInstanceServiceGetTaskInstance
= (queryClient: Query
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, run_after, logical_date, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -930,7 +930,7 @@ export const
prefetchUseTaskInstanceServiceGetMappedTaskInstance = (queryClient:
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, logical_date, run_after, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -1082,7 +1082,7 @@ export const prefetchUseTaskInstanceServiceGetHitlDetail
= (queryClient: QueryCl
* @param data.dagRunId
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id, responded_by_user_name`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id,
responded_by_user_name, dag_id, run_id, run_after, rendered_map_index,
task_instance_operator, task_instance_state`
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.taskId
* @param data.taskIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -1138,7 +1138,7 @@ export const prefetchUseImportErrorServiceGetImportError
= (queryClient: QueryCl
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace, import_error_id`
* @param data.filenamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ImportErrorCollectionResponse Successful Response
* @throws ApiError
@@ -1225,7 +1225,7 @@ export const prefetchUsePoolServiceGetPool =
(queryClient: QueryClient, { poolNa
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool, name`
* @param data.poolNamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns PoolCollectionResponse Successful Response
* @throws ApiError
diff --git a/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts
b/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts
index 7af055f1aa4..90421b86dcd 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts
@@ -213,7 +213,7 @@ export const useConnectionServiceGetConnection = <TData =
Common.ConnectionServi
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id, connection_id`
* @param data.connectionIdPattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ConnectionCollectionResponse Successful Response
* @throws ApiError
@@ -293,7 +293,7 @@ export const useDagRunServiceGetUpstreamAssetEvents =
<TData = Common.DagRunServ
* @param data.runType
* @param data.state
* @param data.dagVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration, dag_run_id`
* @param data.runIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.triggeringUserNamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
@@ -477,7 +477,7 @@ export const useDagWarningServiceListDagWarnings = <TData =
Common.DagWarningSer
* @param data.dagRunEndDateLte
* @param data.dagRunEndDateLt
* @param data.dagRunState
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @returns DAGCollectionResponse Successful Response
* @throws ApiError
@@ -568,7 +568,7 @@ export const useDagServiceGetDagTags = <TData =
Common.DagServiceGetDagTagsDefau
* @param data.lastDagRunState
* @param data.bundleName
* @param data.bundleVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @param data.hasAssetSchedule Filter Dags with asset-based scheduling
* @param data.assetDependency Filter Dags by asset dependency (name or URI)
@@ -625,7 +625,7 @@ export const useEventLogServiceGetEventLog = <TData =
Common.EventLogServiceGetE
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`
* @param data.dagId
* @param data.taskId
* @param data.runId
@@ -756,7 +756,7 @@ export const useTaskInstanceServiceGetTaskInstance = <TData
= Common.TaskInstanc
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, run_after, logical_date, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -930,7 +930,7 @@ export const useTaskInstanceServiceGetMappedTaskInstance =
<TData = Common.TaskI
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, logical_date, run_after, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -1082,7 +1082,7 @@ export const useTaskInstanceServiceGetHitlDetail = <TData
= Common.TaskInstanceS
* @param data.dagRunId
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id, responded_by_user_name`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id,
responded_by_user_name, dag_id, run_id, run_after, rendered_map_index,
task_instance_operator, task_instance_state`
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.taskId
* @param data.taskIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -1138,7 +1138,7 @@ export const useImportErrorServiceGetImportError = <TData
= Common.ImportErrorSe
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace, import_error_id`
* @param data.filenamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ImportErrorCollectionResponse Successful Response
* @throws ApiError
@@ -1225,7 +1225,7 @@ export const usePoolServiceGetPool = <TData =
Common.PoolServiceGetPoolDefaultRe
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool, name`
* @param data.poolNamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns PoolCollectionResponse Successful Response
* @throws ApiError
diff --git a/airflow-core/src/airflow/ui/openapi-gen/queries/suspense.ts
b/airflow-core/src/airflow/ui/openapi-gen/queries/suspense.ts
index bc8f53df91b..d2d5b25f766 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/queries/suspense.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/queries/suspense.ts
@@ -213,7 +213,7 @@ export const useConnectionServiceGetConnectionSuspense =
<TData = Common.Connect
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id, connection_id`
* @param data.connectionIdPattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ConnectionCollectionResponse Successful Response
* @throws ApiError
@@ -293,7 +293,7 @@ export const useDagRunServiceGetUpstreamAssetEventsSuspense
= <TData = Common.Da
* @param data.runType
* @param data.state
* @param data.dagVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration, dag_run_id`
* @param data.runIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.triggeringUserNamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
@@ -477,7 +477,7 @@ export const useDagWarningServiceListDagWarningsSuspense =
<TData = Common.DagWa
* @param data.dagRunEndDateLte
* @param data.dagRunEndDateLt
* @param data.dagRunState
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @returns DAGCollectionResponse Successful Response
* @throws ApiError
@@ -568,7 +568,7 @@ export const useDagServiceGetDagTagsSuspense = <TData =
Common.DagServiceGetDagT
* @param data.lastDagRunState
* @param data.bundleName
* @param data.bundleVersion
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @param data.hasAssetSchedule Filter Dags with asset-based scheduling
* @param data.assetDependency Filter Dags by asset dependency (name or URI)
@@ -625,7 +625,7 @@ export const useEventLogServiceGetEventLogSuspense = <TData
= Common.EventLogSer
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`
* @param data.dagId
* @param data.taskId
* @param data.runId
@@ -756,7 +756,7 @@ export const useTaskInstanceServiceGetTaskInstanceSuspense
= <TData = Common.Tas
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, run_after, logical_date, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -930,7 +930,7 @@ export const
useTaskInstanceServiceGetMappedTaskInstanceSuspense = <TData = Comm
* @param data.mapIndex
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, logical_date, run_after, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -1082,7 +1082,7 @@ export const useTaskInstanceServiceGetHitlDetailSuspense
= <TData = Common.TaskI
* @param data.dagRunId
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id, responded_by_user_name`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id,
responded_by_user_name, dag_id, run_id, run_after, rendered_map_index,
task_instance_operator, task_instance_state`
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards (e.g.
`%customer_%`). Regular expressions are **not** supported.
* @param data.taskId
* @param data.taskIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -1138,7 +1138,7 @@ export const useImportErrorServiceGetImportErrorSuspense
= <TData = Common.Impor
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace, import_error_id`
* @param data.filenamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ImportErrorCollectionResponse Successful Response
* @throws ApiError
@@ -1225,7 +1225,7 @@ export const usePoolServiceGetPoolSuspense = <TData =
Common.PoolServiceGetPoolD
* @param data The data for the request.
* @param data.limit
* @param data.offset
-* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool`
+* @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool, name`
* @param data.poolNamePattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns PoolCollectionResponse Successful Response
* @throws ApiError
diff --git a/airflow-core/src/airflow/ui/openapi-gen/requests/services.gen.ts
b/airflow-core/src/airflow/ui/openapi-gen/requests/services.gen.ts
index 477c2b9e097..77e4a351384 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/requests/services.gen.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/requests/services.gen.ts
@@ -699,7 +699,7 @@ export class ConnectionService {
* @param data The data for the request.
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes:
`conn_id, conn_type, description, host, port, id, connection_id`
* @param data.connectionIdPattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ConnectionCollectionResponse Successful Response
* @throws ApiError
@@ -1004,7 +1004,7 @@ export class DagRunService {
* @param data.runType
* @param data.state
* @param data.dagVersion
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, dag_id, run_id, logical_date, run_after, start_date, end_date,
updated_at, conf, duration, dag_run_id`
* @param data.runIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.triggeringUserNamePattern SQL LIKE expression — use `%` /
`_` wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -1393,7 +1393,7 @@ export class DagService {
* @param data.dagRunEndDateLte
* @param data.dagRunEndDateLt
* @param data.dagRunState
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @returns DAGCollectionResponse Successful Response
* @throws ApiError
@@ -1686,7 +1686,7 @@ export class DagService {
* @param data.lastDagRunState
* @param data.bundleName
* @param data.bundleVersion
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `dag_id,
dag_display_name, next_dagrun, state, start_date, last_run_state,
last_run_start_date`
* @param data.isFavorite
* @param data.hasAssetSchedule Filter Dags with asset-based scheduling
* @param data.assetDependency Filter Dags by asset dependency (name or
URI)
@@ -1780,7 +1780,7 @@ export class EventLogService {
* @param data The data for the request.
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
dttm, dag_id, task_id, run_id, event, logical_date, owner, extra, when,
event_log_id`
* @param data.dagId
* @param data.taskId
* @param data.runId
@@ -2043,7 +2043,7 @@ export class TaskInstanceService {
* @param data.mapIndex
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, run_after, logical_date, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -2340,7 +2340,7 @@ export class TaskInstanceService {
* @param data.mapIndex
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index, operator`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
state, duration, start_date, end_date, map_index, try_number, logical_date,
run_after, data_interval_start, data_interval_end, rendered_map_index,
operator, logical_date, run_after, data_interval_start, data_interval_end`
* @returns TaskInstanceCollectionResponse Successful Response
* @throws ApiError
*/
@@ -2775,7 +2775,7 @@ export class TaskInstanceService {
* @param data.dagRunId
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id, responded_by_user_name`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `ti_id,
subject, responded_at, created_at, responded_by_user_id,
responded_by_user_name, dag_id, run_id, run_after, rendered_map_index,
task_instance_operator, task_instance_state`
* @param data.dagIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
* @param data.taskId
* @param data.taskIdPattern SQL LIKE expression — use `%` / `_` wildcards
(e.g. `%customer_%`). Regular expressions are **not** supported.
@@ -2861,7 +2861,7 @@ export class ImportErrorService {
* @param data The data for the request.
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
timestamp, filename, bundle_name, stacktrace, import_error_id`
* @param data.filenamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns ImportErrorCollectionResponse Successful Response
* @throws ApiError
@@ -3074,7 +3074,7 @@ export class PoolService {
* @param data The data for the request.
* @param data.limit
* @param data.offset
- * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool`
+ * @param data.orderBy Attributes to order by, multi criteria sort is
supported. Prefix with `-` for descending order. Supported attributes: `id,
pool, name`
* @param data.poolNamePattern SQL LIKE expression — use `%` / `_`
wildcards (e.g. `%customer_%`). Regular expressions are **not** supported.
* @returns PoolCollectionResponse Successful Response
* @throws ApiError
diff --git a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
index 9cfcf67972f..1beb771f14f 100644
--- a/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
+++ b/airflow-core/src/airflow/ui/openapi-gen/requests/types.gen.ts
@@ -2227,7 +2227,7 @@ export type GetConnectionsData = {
limit?: number;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `conn_id, conn_type,
description, host, port, id`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `conn_id, conn_type,
description, host, port, id, connection_id`
*/
orderBy?: Array<(string)>;
};
@@ -2317,7 +2317,7 @@ export type GetDagRunsData = {
logicalDateLte?: string | null;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, dag_id, run_id,
logical_date, run_after, start_date, end_date, updated_at, conf, duration`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, dag_id, run_id,
logical_date, run_after, start_date, end_date, updated_at, conf, duration,
dag_run_id`
*/
orderBy?: Array<(string)>;
runAfterGt?: string | null;
@@ -2457,7 +2457,7 @@ export type GetDagsData = {
limit?: number;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `dag_id, dag_display_name,
next_dagrun, state, start_date`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `dag_id, dag_display_name,
next_dagrun, state, start_date, last_run_state, last_run_start_date`
*/
orderBy?: Array<(string)>;
owners?: Array<(string)>;
@@ -2571,7 +2571,7 @@ export type GetDagsUiData = {
limit?: number;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `dag_id, dag_display_name,
next_dagrun, state, start_date`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `dag_id, dag_display_name,
next_dagrun, state, start_date, last_run_state, last_run_start_date`
*/
orderBy?: Array<(string)>;
owners?: Array<(string)>;
@@ -2613,7 +2613,7 @@ export type GetEventLogsData = {
mapIndex?: number | null;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, dttm, dag_id, task_id,
run_id, event, logical_date, owner, extra`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, dttm, dag_id, task_id,
run_id, event, logical_date, owner, extra, when, event_log_id`
*/
orderBy?: Array<(string)>;
owner?: string | null;
@@ -2694,7 +2694,7 @@ export type GetMappedTaskInstancesData = {
offset?: number;
operator?: Array<(string)>;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, duration,
start_date, end_date, map_index, try_number, logical_date, run_after,
data_interval_start, data_interval_end, rendered_map_index, operator`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, duration,
start_date, end_date, map_index, try_number, logical_date, run_after,
data_interval_start, data_interval_end, rendered_map_index, operator,
run_after, logical_date, data_interval_start, data_interval_end`
*/
orderBy?: Array<(string)>;
pool?: Array<(string)>;
@@ -2800,7 +2800,7 @@ export type GetTaskInstancesData = {
offset?: number;
operator?: Array<(string)>;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, duration,
start_date, end_date, map_index, try_number, logical_date, run_after,
data_interval_start, data_interval_end, rendered_map_index, operator`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, state, duration,
start_date, end_date, map_index, try_number, logical_date, run_after,
data_interval_start, data_interval_end, rendered_map_index, operator,
logical_date, run_after, data_interval_start, data_interval_end`
*/
orderBy?: Array<(string)>;
pool?: Array<(string)>;
@@ -2955,7 +2955,7 @@ export type GetHitlDetailsData = {
mapIndex?: number | null;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `ti_id, subject, responded_at,
created_at, responded_by_user_id, responded_by_user_name`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `ti_id, subject, responded_at,
created_at, responded_by_user_id, responded_by_user_name, dag_id, run_id,
run_after, rendered_map_index, task_instance_operator, task_instance_state`
*/
orderBy?: Array<(string)>;
respondedByUserId?: Array<(string)>;
@@ -2989,7 +2989,7 @@ export type GetImportErrorsData = {
limit?: number;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, timestamp, filename,
bundle_name, stacktrace`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, timestamp, filename,
bundle_name, stacktrace, import_error_id`
*/
orderBy?: Array<(string)>;
};
@@ -3053,7 +3053,7 @@ export type GetPoolsData = {
limit?: number;
offset?: number;
/**
- * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, pool`
+ * Attributes to order by, multi criteria sort is supported. Prefix with
`-` for descending order. Supported attributes: `id, pool, name`
*/
orderBy?: Array<(string)>;
/**