hussein-awala commented on issue #56561:
URL: https://github.com/apache/airflow/issues/56561#issuecomment-3393110297

   To me it is not a bug, we never promised to preserve the order of the dict 
keys. As you mentioned, since 3.7, Python started retains insertion order in 
dictionary, and json package inherited this behavior automatically because it 
uses native dictionary. However, JSON object is still unordered, so JavaScript 
and other languages can load/dump the object in any order, which I think the 
case in the UI (Typescript)
   


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

Reply via email to