Releases: Azure/AzureKusto
Releases · Azure/AzureKusto
v1.1.3
v1.1.2
v1.1.1
v1.1.0
AzureKusto 1.1.0
- New function
export()
to export query results to Azure Storage. server
argument ofkusto_database_endpoint
can be just cluster name and no
longer needs to be the fully qualified URI. E.g. can pass either
server = "help"
orserver = "https://help.kusto.windows.net"
- Changed default
get_kusto_token()
auth_type from "device_code" to
"authorization_code" for easier to use sign-in flow. - Added
$
as an infix operator in a KQL expression now translates to.
to
enable nested dynamic field access. - Added
slice_sample
dplyr verb
v1.0.7
Regenerate .Rd files with latest version of Roxygen and R 4.2 to fix a CRAN error. No code changes.
https://cran.r-project.org/web/packages/AzureKusto/index.html