matteoannotell commented on issue #33923: URL: https://github.com/apache/airflow/issues/33923#issuecomment-1701091902
I see your point, but `for item in params.mylist or []` feels like a double control if the param is already specified to be an array in `Param([], type="array")`? Besides that, there is also the minor annoyance of having to manually providing a parameter to the UI, otherwise the DAG cannot be triggered. Neither of my points are true dealbreakers and I agree that there are simple workarounds, but it feels like something that should/could (?) perhaps work out of the box  -- 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]
