This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch run-api-server-helm-chart in repository https://gitbox.apache.org/repos/asf/airflow.git
discard de9c58771d3 Swap internal RPC server for API server in the helm chart add c4d44e716ec AIP84: Check standalone_dag_processor config in get_airflow_health() and update health endpoint (#44383) add cd5ccf0abf5 Fix flakey test in DAG serialization (#44480) add 35000c91ea7 Show prominent warning for deprecations in docs (#44479) add 14e664813e1 Swap internal RPC server for API server in the helm chart add 086e855add7 Mark the LocalExecutor test that uses example_xcom dag as xfail for now This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (de9c58771d3) \ N -- N -- N refs/heads/run-api-server-helm-chart (086e855add7) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: airflow/api/common/airflow_health.py | 40 ++++--- airflow/api_fastapi/core_api/datamodels/monitor.py | 2 +- .../api_fastapi/core_api/openapi/v1-generated.yaml | 5 +- .../api_fastapi/core_api/routes/public/monitor.py | 4 +- airflow/ui/openapi-gen/requests/schemas.gen.ts | 11 +- airflow/ui/openapi-gen/requests/types.gen.ts | 2 +- airflow/ui/src/pages/Dashboard/Health/Health.tsx | 5 +- .../operators/cloud/automl.rst | 33 +++--- .../operators/cloud/datapipeline.rst | 6 +- .../operators/cloud/mlengine.rst | 77 ++++++++------ .../production-deployment.rst | 2 +- .../installation/setting-up-the-database.rst | 2 +- docs/apache-airflow/installation/upgrading.rst | 2 +- kubernetes_tests/test_base.py | 7 ++ kubernetes_tests/test_other_executors.py | 1 + .../providers/google/cloud/operators/automl.py | 99 ++++++++++-------- .../providers/google/cloud/operators/mlengine.py | 72 +++++++------ .../google/cloud/transfers/bigquery_to_mssql.py | 3 + .../google/cloud/transfers/bigquery_to_mysql.py | 3 + task_sdk/src/airflow/sdk/definitions/dag.py | 2 +- tests/api/common/test_airflow_health.py | 116 ++++++++++++++++++++- .../core_api/routes/public/test_monitor.py | 52 +++++++++ 22 files changed, 384 insertions(+), 162 deletions(-)