laxmikantbpandhare commented on issue #32266:
URL: https://github.com/apache/superset/issues/32266#issuecomment-2677354746

   @sujiplr Druid is up and running with valid certificates.
   
   I tested both the strings and it worked with below python code
   
   
   engine = create_engine(druid_uri)
   
   try:
       connection = engine.connect()
       print("Connection to Druid successful!")
       connection.close()
   except Exception as e:
       print(f"Failed to connect to Druid: {e}")
   
   
   So, Druid is working.
   


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to