ashb opened a new pull request #14731: URL: https://github.com/apache/airflow/pull/14731
Now that we are using Py3.6+ we can rely on dictionary key order to be fixed (it was always fixed in 3.6, just not explicitly documented as such from 3.7) -- as a result we can load the source, rather than try to parse it with regexes. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
