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 c16c3bec13 Extract Dask executor to new daskexecutor provider
     add 82e6226738 Fix Datafusion system tests (#32749)
     add 6362ba5ab4 Move writing configuration for webserver to main (webserver 
limited) (#32766)
     add 42b4b43c4c Add Redis task handler (#31855)
     add 3c19298939 Quarantine test_backfill_integration in dask executor
     new 8097e41d80 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   (c16c3bec13)
            \
             N -- N -- N   refs/heads/create-dask-executor-provider (8097e41d80)

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:
 .github/workflows/ci.yml                           |  47 +++++++--
 airflow/__main__.py                                |   7 +-
 airflow/configuration.py                           |  12 ++-
 airflow/providers/google/cloud/hooks/datafusion.py |  23 +++--
 .../microsoft/azure/log/wasb_task_handler.py       |   2 +
 .../{api/auth => providers/redis/log}/__init__.py  |   0
 airflow/providers/redis/log/redis_task_handler.py  | 105 +++++++++++++++++++++
 airflow/providers/redis/provider.yaml              |   3 +
 airflow/utils/log/file_task_handler.py             |   2 +-
 docs/apache-airflow-providers-redis/index.rst      |   7 ++
 .../logging/index.rst}                             |  16 +---
 tests/providers/daskexecutor/test_dask_executor.py |   4 +
 .../auth => tests/providers/redis/log}/__init__.py |   0
 .../providers/redis/log/test_redis_task_handler.py |  94 ++++++++++++++++++
 .../google/cloud/datafusion/example_datafusion.py  |  60 +++++++-----
 .../cloud/datafusion/example_datafusion_async.py   |  68 ++++++-------
 tests/www/views/test_views.py                      |   5 +-
 17 files changed, 366 insertions(+), 89 deletions(-)
 copy airflow/{api/auth => providers/redis/log}/__init__.py (100%)
 create mode 100644 airflow/providers/redis/log/redis_task_handler.py
 copy 
docs/{apache-airflow-providers-elasticsearch/hooks/elasticsearch_sql_hook.rst 
=> apache-airflow-providers-redis/logging/index.rst} (60%)
 copy {airflow/api/auth => tests/providers/redis/log}/__init__.py (100%)
 create mode 100644 tests/providers/redis/log/test_redis_task_handler.py

Reply via email to