Andrey Anshin

Results 182 comments of Andrey Anshin

As far as i remember, we recently discuss this case in slack. I guess better introduce `sa_uri` property (or some similar naming) which returns [`sqlalchemy.engine.URL`](https://docs.sqlalchemy.org/en/14/core/engines.html#sqlalchemy.engine.URL) into the `DbApiHook` without any...

There is new property which intends to returns SQL Alchemy URL, current behaviour of `get_url` is ambiguous and non-all hook return SA URI here, for some of the DB there...

My 2c, there is always depends on. E.g. why on earth we required to create `__str__` and `__repr__` for the classes: - is this just for beatify? - Or it...

> This was my first time to use rebase. The first time with `git rebase` it ever painful, after that things become much easier

And static checks and mypy should be fixed: - https://github.com/apache/airflow/actions/runs/7919541474/job/21623012828?pr=37458 - https://github.com/apache/airflow/actions/runs/7919541474/job/21623011765?pr=37458 See [Static Code Checks](https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst) for the reference

Just wondering is it issue about EmailOperator from core or from [SFTP Provider](https://airflow.apache.org/docs/apache-airflow-providers-smtp/stable/index.html)?

Maybe you rights, attached link to core modules.

Could you provide minimum reproducible example, as I could see this one works fine in 2.7.3 as well as into the `main` branch ```python from datetime import datetime, timezone from...

> Yeah. That's what I was afraid - the impersonation test fail in ALL tests now :) Ahhhh... as far as i remember this test is combination of the pain...