Closed
Description
I'm always frustrated when I want to use superset to explore my data in Azure Application Insights. I need to use its api to pull data into postgresql, and use superset connect postgresql, but when data amount get larger, it's very inefficient. I think if superset can directly connect to Azure Application Insights, it has api but use kusto sql, something differ from ansi sql.
Azure Application Insights docs: https://dev.applicationinsights.io/documentation/Overview
kusto sql: https://docs.microsoft.com/azure/data-explorer/kusto/query/
python lib: https://github.com/Azure/azure-kusto-python
I want to write a new connection to visit Azure Application Insights, is any guides or examples?