-
Notifications
You must be signed in to change notification settings - Fork 14.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Azure Application Insights & #10646
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
@zheya08 Based on this SQL to Kusto cheat sheet, Kusto (or KQL) is a subset of SQL but with different syntax than SQL. Instead of writing a custom connector that can only be used with Superset, have you considered authoring a Sql Alchemy connector for Kusto? In addition to being able to connect Superset to Azure Application Insights, it could be leveraged by the whole Python ecosystem. |
🏷sources |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
@villebro did |
It's not directly relevant I'm afraid. What's really needed is a Kusto SQLAlchemy connector. |
Hi there! We added Kusto db_engine to Superset. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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?
The text was updated successfully, but these errors were encountered: