This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 767a4f5 ECSOperator: airflow exception on edge case when cloudwatch
log stream is not found (#18733)
add 2a6cadb Small improvements for Airflow UI (#18715)
No new revisions were added by this update.
Summary of changes:
UPDATING.md | 2 +-
airflow/hooks/filesystem.py | 4 ++--
airflow/models/baseoperator.py | 2 +-
airflow/models/dag.py | 2 +-
airflow/providers/openfaas/hooks/openfaas.py | 2 +-
airflow/utils/file.py | 2 +-
airflow/www/forms.py | 4 +++-
airflow/www/static/js/dags.js | 4 ++--
airflow/www/templates/airflow/confirm.html | 4 ++--
airflow/www/templates/airflow/dags.html | 8 ++++----
airflow/www/views.py | 4 ++--
docs/apache-airflow-providers-google/example-dags.rst | 2 +-
docs/apache-airflow-providers-google/operators/cloud/dataprep.rst | 2 +-
.../secrets-backends/google-cloud-secret-manager-backend.rst | 4 ++--
.../operators/azure_blob_to_gcs.rst | 2 +-
docs/apache-airflow/howto/connection.rst | 8 ++++----
docs/apache-airflow/logging-monitoring/logging-tasks.rst | 2 +-
docs/helm-chart/quick-start.rst | 2 +-
tests/core/test_impersonation_tests.py | 4 ++--
tests/jobs/test_scheduler_job.py | 4 ++--
tests/www/views/test_views_tasks.py | 4 ++--
21 files changed, 37 insertions(+), 35 deletions(-)