kuikeelc commented on issue #34419:
URL: https://github.com/apache/airflow/issues/34419#issuecomment-1798005889
The bug remains in v2.7.3.
If you run a task that uses a connection (pretty much any of them) this line
will show up in the logs:
`[2023-11-07T09:03:56.571+0100] {connection.py:232} WARNING - Connection
schemes (type: google_cloud_platform) shall not contain '_' according to
RFC3986.`
[The bug is because of this line of
code](https://github.com/apache/airflow/blob/11bdfe4c12efa2f5d256cc49916a20beaa5487eb/airflow/models/connection.py#L234).
I will do source code change as a pull request as well.
--
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]