sjyangkevin commented on issue #55831: URL: https://github.com/apache/airflow/issues/55831#issuecomment-3310192825
I tested the following changes and those are working as expected. Test command: ``` breeze start-airflow --python 3.12 --backend postgres --auth-manager SimpleAuthManager --load-example-dags --load-default-connections > In breeze, install packages then restart airflow components pip install apache-airflow-providers-jenkins==4.1.3rc1 pip install apache-airflow-providers-standard==1.8.0rc1 ``` #55444 (#55351) FYI: @RoyLee1224 Setup: I run Jenkins in a docker container which is in the breeze network. The schema field is shown in the connection UI, and the URL is populated properly when `schema` is not set. <img width="848" height="630" alt="Image" src="https://github.com/user-attachments/assets/4509bf7a-3059-4a14-aab6-30b4aed8cb01" /> <img width="1022" height="653" alt="Image" src="https://github.com/user-attachments/assets/27a7b891-775d-491b-ae5a-475183124ac2" /> #55243 (#55054) FYI: @Lee-W User respond to HITL near time out will not raise 409 conflict. Instead, it will check if the user had respond and skip the fallback to default. <img width="1155" height="480" alt="Image" src="https://github.com/user-attachments/assets/fea2edaa-2a4c-4b46-ad4c-6ec05539ec14" /> -- 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]
