dstandish opened a new issue, #25186: URL: https://github.com/apache/airflow/issues/25186
datasets are defined by their URI we don't really spelly out what exactly our URI standard is, apart from reserving the `airflow` scheme and ascii for websites, the scheme and hostname are case insensitive, while everything else is not. should we normalize scheme and hostname or allow case sensitive differentiation? my inclination is, we should allow everything to be case sensitive except possibly the scheme. and the reason is, we don't know exactly what "hostname" will mean for a dataset. if, for example, it's a database object, it could be case sensitive. -- 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]
