Andrey Anshin

Results 182 comments of Andrey Anshin
trafficstars

[Static code checks](https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst) and [Test(s)](https://github.com/apache/airflow/actions/runs/8953480968/job/24598706387?pr=39410) should be fixed

Could you also remove class from line 34, seems like it also does not used anywhere.

This feature provided by the FAB (Flask App Builder), so you should check the documentation there https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-ldap

> We have OpenSearch provider but currently it can't be used with AWS auth mechanisms. My 2 cents, it is happen due to fundamental problem with Connections and Hooks, it...

It is close to idea of dialects in SA, but more related to the authentication. Some of the hooks supports more then one method of auth thought extras, which is...

I guess this one just required to mock `yandexcloud.SDK.client`, this one change seems work well (but need to double check) ```diff diff --git a/tests/providers/yandex/hooks/test_yq.py b/tests/providers/yandex/hooks/test_yq.py index c378c65347..2864642c0e 100644 --- a/tests/providers/yandex/hooks/test_yq.py...

Try to add format which include `asctime` attribute into format into the formatter https://github.com/apache/airflow/blob/1aa91a482630f389005a9a36b0f038e675163411/tests/utils/log/test_colored_log.py#L35 Something like that ```python h.setFormatter(CustomTTYColoredFormatter(fmt="%(asctime)s: %(log_color)s%(message)s%(reset)s")) ```

One of the possible reason changes in collection order: https://github.com/pytest-dev/pytest/issues/7777 Other changes in pytest 8: https://docs.pytest.org/en/stable/changelog.html

Seems like, configs from providers do not loaded for this tests.

Worthwhile to try it again with 8.1.1, it might fix some issues.