jscheffl opened a new pull request, #45403: URL: https://github.com/apache/airflow/pull/45403
So far I had only a bit of scribble nad test setups to launch the EdgeWorker on Windows. This PR now adds the notes into the docs. Also it includes 2 example DAGs which can run with Windows. If you want to try it, with Airflow 2.10.4 it is working with the changes applied following the docs. To start Airflow 2.10.4 from this branch use `breeze down && rm dist/* && breeze release-management prepare-provider-packages --include-not-ready-providers edge && breeze start-airflow --python 3.12 --load-example-dags --backend postgres --executor EdgeExecutor --answer y --use-airflow-version 2.10.4 --use-packages-from-dist` and follow the steps in the RST to make it working. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
