maggesssss opened a new pull request, #28583: URL: https://github.com/apache/airflow/pull/28583
I have a proposal for an improvement on the connection edit / add UI. `conn.extra` only allows valid JSON. On the UI, the widget is a simple TextArea without linting capabilities. I have added the CodeMirror as already used by trigger dag view also on the connection edit / add UI. This provides a better visual feedback. Additionally when editing a connection, JSON data of conn.extra is displayed idented instead of a single line:  This is currently just a proposal and I would like to hear some feedback. -- 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]
