dstandish commented on issue #33442:
URL: https://github.com/apache/airflow/issues/33442#issuecomment-1817223331

   It appears this is a conflation of JDBC URI vs Airflow Connection URI
   
   It's perfectly valid for airflow to require that its connections be encoded 
with `<conn type>://<the rest of the info>`
   
   But when you try to use the one URI for two purposes, then you run into 
trouble.
   
   There should be a way in in JDBC conn to encode the desired scheme such as 
with `jdbc://<blah>?scheme=<properly encode desired scheme>`.  


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to