uranusjr commented on issue #33442: URL: https://github.com/apache/airflow/issues/33442#issuecomment-1685153354
According to various standards and proposals, the scheme should not contain a `:` (among many other characters). For example, RFC 3986 says: ``` scheme = ALPHA *( ALPHA / DIGIT / "+" / "-" / "." ) ``` i.e. ASCII alphanumerics, plus, minus, and dot symbols. I would be more happy if we consider this out of scope unless a stronger reason is provided. -- 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]
