Right now, there's a device code auth flow for every single kusto.execute() call. It would open up some use cases if we could make many kusto calls without each of them requiring a login (table schema fetching, detailed function metadata fetching).
This is probably a feature request to the azure-kusto-node library (or a contribution to it).
Right now, there's a device code auth flow for every single
kusto.execute()
call. It would open up some use cases if we could make many kusto calls without each of them requiring a login (table schema fetching, detailed function metadata fetching).This is probably a feature request to the azure-kusto-node library (or a contribution to it).