Jarek Potiuk
Jarek Potiuk
Not sure if Docker has an influence here, because I am not a WSL2 user, but it seems that `uv's` pretty aggressive networking use has some negative side effects when...
Still the theme/CSS is pretty bad but at least it can build on CI with those changes.
See `test_providers_modules_should_have_tests` in `tests/always/test_project_structure.py` but those tests are missing currently: ## Provider [amazon](https://github.com/apache/airflow/tree/main/tests/providers/amazon) [codecov](https://app.codecov.io/gh/apache/airflow/tree/main/airflow%2Fproviders%2Famazon) - [ ] tests/providers/amazon/aws/executors/ecs/test_boto_schema.py - [ ] tests/providers/amazon/aws/executors/ecs/test_ecs_executor_config.py - [ ] tests/providers/amazon/aws/executors/ecs/test_utils.py - [x] tests/providers/amazon/aws/fs/test_s3.py -...
This is a huge PR being result of over a 100 commits made by a number of people in ##36052 and #37638. It switches to Connexion 3 as the driving...
### Body There is a regression that needs investigation. One of our tests is failing only on Python 3.11 `tests/operators/test_python.py::TestPythonVirtualenvOperator::test_airflow_context` This test is part of PlainAssert suite and it has...
### Body It looks like the `test_send_tasks_to_celery_hang` is actually hanging occasionally in the ways that it has not been caught by our test timeouts. Test timeouts work in the way,...
Those warnings are annoying, and since they come from ROS include, disabling them in CMakeLists.txt seems like a best approach.
It would be great to add an option for cancelling pull request actions for already merged pull requests. It happens sometimes that you can decide to merge a PR without...
### Body Airflow is currently not compatible with SQLAlchemy 2.0 which is about to be released. We need to make a deliberate effort to support it. Here are some info...
### Body The xmlsec used by Amazon provider for authentication has compatiblity issue with libxmlsec 1.2.* that is used by default in debian bookworm. We should investigate if/howe we can...