Jarek Potiuk

Results 1574 comments of Jarek Potiuk

Can you raise it to Astronomer's support? I believe they provide paid service including support, and since they can have direct insight into what you see and be able to...

I'd suggest try again. If they could not figure it out with access to the system, then I am afraid it's not gonna be any easier here as people here...

> I have spent some time trying to reproduce this but I haven't been able to do so. I would like to suggest that we revert #31414, I looked at...

> We've had these issues lately and upgraded to 2.8.2 yesterday, but that didn't solve the issue. > > The message regarding DAGs being locked is gone, but the actual...

It does look like something external is locking your Db - maybe you have some special DB (not real postgres) or maybe your postgres is special? I suggest to open...

Hey @hussein-awala -> the big problem is pytest-httpx. The latest version we can install in Python 3.8 is 0.23.1 (0.24 and above is Python >= 3.9. The 0.23.1 has Pytest...

There is a exactly 1(!) test that uses `httpx_mock` - so I think we should remove `pytest-httpx` and implement the test differently test_info_command.py: ```python def test_show_info_anonymize_fileio(self, httpx_mock, setup_parser): ```

PR removing pytest-httpx here: https://github.com/apache/airflow/pull/37334 - once we merge it , we can try again.

For the future @hussein-awala - One easy way to test if a new dependency is not conflicting is quite simple: 1) Update pyproject toml 2) Enter Breeze 3) Run `pip...

@hussein-awala : change patching: `airflow.utils.log.timezone_aware.TimezoneAware.formatTime` -> `airflow.utils.log.colored_log.TimezoneAware.formatTime` ?