Hari-Durai-Baskar opened a new issue, #15725: URL: https://github.com/apache/druid/issues/15725
Hi this is a code i'm using to interact with druid, i need to add "druid-stats" to the api so that i can use "STDDEV" function. how do i include it in this code? pls help import druidapi import os druid_host=f"""http://localhost:8888""" print(f"Opening a connection to {druid_host}.") druid = druidapi.jupyter_client(druid_host) display = druid.display sql_client = druid.sql status_client = druid.status display.sql("SELECT STTDEV(temperature) FROM thermal_log") -- 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]
