dstandish commented on issue #25186: URL: https://github.com/apache/airflow/issues/25186#issuecomment-1190509730
so if you call the hostname then it renders as lower. but maybe by doing that you are implicitly agreeing to that standard. anyway we don't use this in airflow conn uri parsing. so we do _not_ normalize in this way and, in effect, treat it as case sensitive. here it seems we pretty intentionally avoid use of urlparse.hostname for case-sensitivity reasons https://github.com/apache/airflow/blob/main/airflow/models/connection.py#L47-L50 -- 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]
