guan404ming commented on PR #54783: URL: https://github.com/apache/airflow/pull/54783#issuecomment-3217927551
Two update in url 1. use `_options` for preload options and flat key-value pair for preload params in hitl 2. change supported list format from `_options=["option 1", "option 2"]` to `_options=option 1, option 2` (avoid to use json-like format to make it more user friendly) ```url .../required_actions?_options=option 1,option 2&key1=value1&key2=value2... ``` 1. Single option preloading (`?_options=option 1`) https://github.com/user-attachments/assets/86308fdc-e399-4386-9162-17b1d320fac8 3. Multiple option preloading (`?_options=option 1,option 2`) https://github.com/user-attachments/assets/2e99c2ee-b769-4202-aede-b7643b1fae52 4. Key-value pair params (`?information=test`) https://github.com/user-attachments/assets/af940693-7156-405a-b838-2632370dd151 -- 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]
