This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 56175e4afa Helm deployment fails when postgresql.nameOverride is used
(#29214)
add 478fd82652 Expose updated_at filter for dag run and task instance
endpoints (#28636)
No new revisions were added by this update.
Summary of changes:
.../api_connexion/endpoints/dag_run_endpoint.py | 14 ++++
.../endpoints/task_instance_endpoint.py | 12 ++++
airflow/api_connexion/openapi/v1.yaml | 34 +++++++++
airflow/api_connexion/schemas/dag_run_schema.py | 2 +
airflow/www/static/js/types/api-generated.ts | 80 ++++++++++++++++++++++
5 files changed, 142 insertions(+)