jscheffl commented on issue #45290: URL: https://github.com/apache/airflow/issues/45290#issuecomment-2585195095
An array of strings was the initial implementation and the "non string any other type" was added as requested in https://github.com/apache/airflow/issues/39972 Any further complexity I would not like to add in 2.10 line and also reverting the support for non-string I would keep as people are using it. Still if you find it in-conventient to copy/paste a string array as multiline text you can copy your JSIN style string array to the JSON parameter dict in Advanced Options. If you want to improve/contribute then you need to wait a moment until the new UI in Airflow 3 is implemented and then it can be enhanced there. I assume the UI has always end-less demand for features and options, especially in UI entry options. It can slowly grow in 3.x line. -- 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]
