The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d0f981c2ffb7cb0177096582ac4625f84fa1e6b9 / Jason(Zhe-You) Liu 
<[email protected]>
Deprecate implicit REMOTE_TASK_LOG registration in ElasticsearchTaskHandler 
(#67105)

``ElasticsearchTaskHandler.__init__`` papered over a missing
``REMOTE_TASK_LOG`` by self-registering as the remote task-log reader during
``dictConfig``. That side-effect is now deprecated and will be removed in a
future provider release.

- Emit ``AirflowProviderDeprecationWarning`` (``stacklevel=1`` so module-based
  filters match through ``dictConfig``) when the handler falls back to the
  implicit registration path.
- Add a logging guide under ``providers/elasticsearch/docs/logging/`` that
  documents the recommended override: set
  ``REMOTE_TASK_LOG = ElasticsearchRemoteLogIO(...)`` at module scope in your
  ``[logging] logging_config_class`` module.
- Add a provider-local ``conftest.py`` that suppresses the new deprecation
  warning during direct handler construction in unit tests (mirroring the
  recommended user pattern).

Report URL: https://github.com/apache/airflow/actions/runs/26323725769

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to