This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch create-dask-executor-provider
in repository https://gitbox.apache.org/repos/asf/airflow.git
omit de0409c4b8 Extract Dask executor to new daskexecutor provider
omit 95b02c68fd Introduce decorator to load providers configuration
add 53c6305bd0 Improve getting the query count in Airflow API endpoints
(#32630)
add 3e467ba510 Fix prefix group false graph (#32764)
add 4c878798ef Sort extra_links for predictable order in UI. (#32762)
add fcc6f284c7 Update the watcher resource version in SparkK8SOp when it's
too old (#32768)
add 43a5b47505 Improving the instructions for updating example dag paths
(#32771)
add 57f203251b FIX AWS deferrable operators by using AioCredentials when
using `assume_role` (#32733)
add accdb0bf64 Update PIP to 23.2.1 - released today (#32774)
add 56c41d460c Introduce decorator to load providers configuration (#32765)
new c16c3bec13 Extract Dask executor to new daskexecutor provider
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 (de0409c4b8)
\
N -- N -- N refs/heads/create-dask-executor-provider (c16c3bec13)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Dockerfile | 8 +--
Dockerfile.ci | 6 +-
IMAGES.rst | 2 +-
airflow/api_connexion/endpoints/dag_endpoint.py | 7 ++-
.../api_connexion/endpoints/dag_run_endpoint.py | 12 +++-
.../endpoints/dag_warning_endpoint.py | 5 +-
.../api_connexion/endpoints/dataset_endpoint.py | 3 +-
.../endpoints/task_instance_endpoint.py | 12 ++--
airflow/api_connexion/endpoints/xcom_endpoint.py | 5 +-
airflow/models/abstractoperator.py | 2 +-
airflow/providers/amazon/aws/hooks/base_aws.py | 35 +++++++----
.../cncf/kubernetes/operators/spark_kubernetes.py | 30 +++++++--
airflow/utils/db.py | 15 +++++
airflow/www/static/js/dag/details/graph/Node.tsx | 1 +
airflow/www/static/js/dag/details/graph/utils.ts | 30 ++++++++-
airflow/www/static/js/utils/graph.ts | 72 ++++++++++------------
airflow/www/views.py | 13 ++--
dev/breeze/src/airflow_breeze/global_constants.py | 2 +-
dev/example_dags/README.md | 15 ++++-
docs/docker-stack/build-arg-ref.rst | 2 +-
scripts/docker/common.sh | 2 +-
tests/providers/amazon/aws/hooks/test_base_aws.py | 4 ++
tests/serialization/test_dag_serialization.py | 2 +-
23 files changed, 191 insertions(+), 94 deletions(-)