Taragolis opened a new pull request, #24425:
URL: https://github.com/apache/airflow/pull/24425
At that moment additional extra fields in Provider Connection always orders
in alphabetical order of their keys.
So there is no possible to change this order in UI.
This PR remove sorts original dictionary and keep it stored in original
order that it defined in Hook.
Probably I miss idea of this additional transformation dict -> sorted tuples
-> OrderedDict, or probably it kept since time when Airflow supported Python 3.5
<details>
<summary>Snowflake Connection Example</summary>
https://github.com/apache/airflow/blob/6d69dd062f079a8fbf72563fd218017208bfe6c1/airflow/providers/snowflake/hooks/snowflake.py#L86-L110
### Before Changes

### After Changes

</details>
<details>
<summary>K8S Connection Example</summary>
https://github.com/apache/airflow/blob/6d69dd062f079a8fbf72563fd218017208bfe6c1/airflow/providers/cncf/kubernetes/hooks/kubernetes.py#L84-L107
### Before Changes

### After Changes

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