This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 4404e64247d Move triggers to standard provider (#43608)
add 28ce656772c Replace var names `select`, `base_select`, `base_query`
with `statement` (#44270)
No new revisions were added by this update.
Summary of changes:
airflow/api_fastapi/common/db/common.py | 44 +++++++++++-----------
.../api_fastapi/core_api/routes/public/assets.py | 8 ++--
.../core_api/routes/public/backfills.py | 2 +-
.../core_api/routes/public/connections.py | 2 +-
.../api_fastapi/core_api/routes/public/dag_run.py | 6 +--
.../core_api/routes/public/dag_stats.py | 2 +-
.../core_api/routes/public/dag_warning.py | 2 +-
airflow/api_fastapi/core_api/routes/public/dags.py | 8 ++--
.../core_api/routes/public/event_logs.py | 26 ++++++-------
.../core_api/routes/public/import_error.py | 2 +-
airflow/api_fastapi/core_api/routes/public/job.py | 2 +-
.../api_fastapi/core_api/routes/public/pools.py | 2 +-
.../core_api/routes/public/task_instances.py | 18 ++++-----
.../core_api/routes/public/variables.py | 2 +-
airflow/api_fastapi/core_api/routes/ui/dags.py | 2 +-
airflow/utils/db.py | 4 +-
16 files changed, 65 insertions(+), 67 deletions(-)