This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a change to branch v3-2-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from 9e3f1e55676 [v3-2-test] fix sdk configuration to use $AIRFLOW_CONFIG 
env (#64936) (#65200)
     add 85d1cb155e5 feat: add `write_to_os` writing task logs to opensearch 
(#64364) (#65201)

No new revisions were added by this update.

Summary of changes:
 dev/breeze/src/airflow_breeze/global_constants.py  |   2 +-
 .../tests/test_pytest_args_for_test_types.py       |   1 +
 providers/opensearch/docs/index.rst                |   4 +-
 providers/opensearch/docs/logging/index.rst        |  22 +
 providers/opensearch/provider.yaml                 |  14 +
 providers/opensearch/pyproject.toml                |   2 +-
 .../src/airflow/providers/opensearch/__init__.py   |   4 +-
 .../providers/opensearch/get_provider_info.py      |  14 +
 .../providers/opensearch/log/os_task_handler.py    | 399 +++++++--
 .../airflow/providers/opensearch/version_compat.py |   2 +
 .../opensearch}/tests/integration/__init__.py      |   0
 .../tests/integration/opensearch}/__init__.py      |   0
 .../tests/integration/opensearch/log}/__init__.py  |   0
 .../opensearch/log/test_os_remote_log_io.py}       |  79 +-
 .../opensearch/tests/unit/opensearch/conftest.py   |  49 --
 .../unit/opensearch/log/test_os_task_handler.py    | 913 +++++++++++----------
 16 files changed, 906 insertions(+), 599 deletions(-)
 copy {airflow-core => providers/opensearch}/tests/integration/__init__.py 
(100%)
 copy {airflow-core/src/airflow/_shared => 
providers/opensearch/tests/integration/opensearch}/__init__.py (100%)
 copy {airflow-core/src/airflow/_shared => 
providers/opensearch/tests/integration/opensearch/log}/__init__.py (100%)
 copy 
providers/{elasticsearch/tests/integration/elasticsearch/log/test_es_remote_log_io.py
 => opensearch/tests/integration/opensearch/log/test_os_remote_log_io.py} (53%)

Reply via email to