Superset kusto – create dataset – could not load columns
I have installed a new superset with sqlalchemy-kusto==2.0.1. I use kusto sql. I can connect to the Azure Data Explorer. When I want to create a dataset, I got an error: “An Error Occurred Unable to load columns for the selected table. Please select a different table.”
I tried this with different tables. Allways the same.
All Databases and all tables of the database were correct listed in the screen. So the connection seems to work.
Superset kusto – create dataset – could not load columns
I have installed a new superset with sqlalchemy-kusto==2.0.1. I use kusto sql. I can connect to the Azure Data Explorer. When I want to create a dataset, I got an error: “An Error Occurred Unable to load columns for the selected table. Please select a different table.”
I tried this with different tables. Allways the same.
All Databases and all tables of the database were correct listed in the screen. So the connection seems to work.
Superset kusto – create dataset – could not load columns
I have installed a new superset with sqlalchemy-kusto==2.0.1. I use kusto sql. I can connect to the Azure Data Explorer. When I want to create a dataset, I got an error: “An Error Occurred Unable to load columns for the selected table. Please select a different table.”
I tried this with different tables. Allways the same.
All Databases and all tables of the database were correct listed in the screen. So the connection seems to work.
Is it possible to create a follower database to the leader cluster in a different tenant?
Is it possible to create a follower database to the leader cluster in a different tenant using PowerShell (New-AzKustoAttachedDatabaseConfiguration
cmdlet)? And if not, can we say that the only way to do that is through Azure Data Share ?
Using Kusto scan operator to capture sequential pairs that meets criteria
I am trying to get the kusto scan operator to work for this use case. I want to create pairs where columnA matches.
Attach follower DB on existing DB on Kusto
Does the attachment of a database require this same DB to be created beforehand or not exactly? The attachment process “creates” DB on the fly?
I read the documentation, but that information is not very clear.
Change tracking in ADX/Kusto from Graph point of view
We plan to use Graph capabilities of ADX and are looking for guidance. Our scenario is when a vertex (or any of its property) is changed, we want to capture all the related nodes.
How to reference a list of columns in a variable for summarization in Kusto?
I’m working with Kusto Query Language (KQL) and I want to reference a list of columns in one variable for summarization, instead of specifying each column individually. Here’s an example of what I have: