This is an automated email from the ASF dual-hosted git repository.
jasonliu pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 436eb39c514 Pass credentials object to GCSFileSystem for automatic
token refresh (#62013)
add a6e139e4cbd Add partition key column and filter to Dag Runs list
(#61939)
No new revisions were added by this update.
Summary of changes:
airflow-core/src/airflow/api_fastapi/common/parameters.py | 3 +++
.../core_api/openapi/v2-rest-api-generated.yaml | 14 ++++++++++++++
.../airflow/api_fastapi/core_api/routes/public/dag_run.py | 3 +++
airflow-core/src/airflow/ui/openapi-gen/queries/common.ts | 5 +++--
.../src/airflow/ui/openapi-gen/queries/ensureQueryData.ts | 6 ++++--
.../src/airflow/ui/openapi-gen/queries/prefetch.ts | 6 ++++--
airflow-core/src/airflow/ui/openapi-gen/queries/queries.ts | 6 ++++--
.../src/airflow/ui/openapi-gen/queries/suspense.ts | 6 ++++--
.../src/airflow/ui/openapi-gen/requests/services.gen.ts | 4 +++-
.../src/airflow/ui/openapi-gen/requests/types.gen.ts | 4 ++++
.../src/airflow/ui/src/constants/filterConfigs.tsx | 6 ++++++
airflow-core/src/airflow/ui/src/constants/searchParams.ts | 1 +
.../airflow/ui/src/pages/Asset/CreateAssetEventModal.tsx | 2 +-
airflow-core/src/airflow/ui/src/pages/DagRuns.tsx | 10 ++++++++++
airflow-core/src/airflow/ui/src/pages/DagRunsFilters.tsx | 1 +
airflow-core/src/airflow/ui/src/utils/useFiltersHandler.ts | 1 +
16 files changed, 66 insertions(+), 12 deletions(-)