Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
utkarsharma2 commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2545538215 We've just released Apache Airflow 2.10.4 🎉 📦 PyPI: https://pypi.org/project/apache-airflow/2.10.4/ 📚 Docs: https://airflow.apache.org/docs/apache-airflow/2.10.4/ 🛠 Release Notes: https://airflow.apache.org/docs/apache-airflow/2.10.3/release_notes.html 🐳 Docker Image: "docker pull apache/airflow:2.10.4" 🚏 Constraints: https://github.com/apache/airflow/tree/constraints-2.10.4 Thanks to all the contributors who made this possible. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
utkarsharma2 closed issue #44811: Status of testing of Apache Airflow 2.10.4rc1 URL: https://github.com/apache/airflow/issues/44811 -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
jason810496 commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2541322156 Hi, https://github.com/apache/airflow/pull/44457 ( Fix wrong display of multiline messages in the log after filtering ) works as expected, Thanks !  -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
shahar1 commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2539559205 All of my changes were tested :) -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
jscheffl commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2537354703 > > Had a bit of challenges running with breeze (either from TAG 2.10.4rc1 or from main with --use-airflow-version)... but this is not blocking release in my view. > > What challenges :) ? (1) using tag 2.10.4rc1 and starting with breeze matching from the tag as well failed in DAG parsing for some examples as the tag / branch does not contani standard provider (providers noch back-ported). As providers are not updated on tag/v2-10-test branch did not further attempted to patch around. (2) using current main and `breeze down && breeze release-management prepare-provider-packages --include-not-ready-providers --skip-tag-check && rm -v dist/*fab* && breeze start-airflow --python 3.12 --load-example-dags --backend postgres --executor CeleryExecutor --answer y --use-airflow-version 2.10.4rc1 --use-packages-from-dist` failed to start Celery Worker. Needed to use LocalExecutor Maybe best would have been using the docker images directly :-D -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
potiuk commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2537349341 > Had a bit of challenges running with breeze (either from TAG 2.10.4rc1 or from main with --use-airflow-version)... but this is not blocking release in my view. What challenges :) ? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
jscheffl commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2537335989 Tested or checked code for #43591, #43659, #43851, #43901, #44045, #44158, #44070 and all looks good. Had a bit of challenges running with breeze (either from TAG 2.10.4rc1 or from main with --use-airflow-version)... but this is not blocking release in my view. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
darkag commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2537108470 hello #44517 works as expected -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
potiuk commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2536962610 All my changes checked ! -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] Status of testing of Apache Airflow 2.10.4rc1 [airflow]
kaxil commented on issue #44811: URL: https://github.com/apache/airflow/issues/44811#issuecomment-2531787914 @utkarsharma2 Was https://github.com/apache/airflow/pull/44155 not included in 2.10.4? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org