Jarek Potiuk

Results 1573 comments of Jarek Potiuk

Yes. We are running providers with previous Airflow versions - so ideally we should have them succeeded with older airflows as well. Likely a test_compat could be added to make...

Looks like `mock_context` in conftest.py should be modified to accept xcom_push with `execution_date` when Airflow < 3.0. Likely could be done by adding `**kwargs` to the xcom_push method and checking...

If you want - feel free to contribute - otherwise it will have to wait for someone to pick it up- marked as good first issue.

> What if TWO different Airflow instances are creating Pods (via KPO) in the same Kubernetes namespace? And then it's possible that we have connections in the two Airflow instances...