Jarek Potiuk

Results 1574 comments of Jarek Potiuk

I think (@howardyoo - @ferruzzi can you confirm?) the addition of traces, should make all the resource inormation automatically available if you enable it via Open-Telemetry (and traces will link...

There is quite detailed step-by-step guide how to run provider tests with older versions of airflow locally https://github.com/apache/airflow/blob/main/contributing-docs/testing/unit_tests.rst#running-the-compatibility-tests-locally

In short `breeze shell --use-airflow-version 2.7.3 --mount-sources providers-and-tests` and then you can run `pytest your_tests` to run the tests.

I renamed the commit slighlty - to reflect that it's only #1 from the original PR.

Yes. I think quick start tried to combine both Breeze and venv setup as quick start, but splitting it to ven e and breeze quick start is a good idea....

We discussed very similar thing about generic Python experience and it would be great to have a page in our contribute docs 'if you want to do this - choose...

A workaround to that is to export TAR_OPTIONS="--wildcard" as environment variable, but indeed, it would be nice to fix it.

Hellow @yu-iskw - lack of Pydantic v2 support blocks some of our users from upgrading to latest line of Airflow 2.8. Is there anything we can do to help with...

Can you try to set https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#schedule-after-task-execution to False and see if it helps @trlopes1974 ?

@vizeit and anyone looking here and tempted to report "I have the same issue". PLEASE before doing it upgrade to 2.9.2 and latest celery provider. And when you do, report...