fat-catTW commented on PR #71180:
URL: https://github.com/apache/airflow/pull/71180#issuecomment-5218667692

   Thanks, I updated the PR to follow option 1.
   
   The PR no longer adds `x-airflow-ui` or a radio widget path. It now keeps 
the existing enum dropdown behavior and documents/demonstrates the smaller 
pattern: read an external INI file while the Dag is parsed, filter the 
available choices, and pass the resulting list into a Param `enum`.
   
   I also verified this manually in the UI with `Params UI tutorial`: the new 
`Script interface` field renders as a dropdown with `Interface A` and 
`Interface C`, while `Interface B` is excluded because it is not `TYPE = 
Script`.
   
   <img width="750" height="598" alt="螢幕擷取畫面 2026-08-07 223941" 
src="https://github.com/user-attachments/assets/97871884-5ed2-4e48-b869-8a012e8a45b9";
 />


-- 
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]

Reply via email to