Skip to content

Releases: Azure/AzureKusto

v1.1.3

12 Oct 17:14
Compare
Choose a tag to compare
  • Fix test that broke on Linux due to upgrading the tzdata system package.

v1.1.2

17 Mar 17:41
Compare
Choose a tag to compare
  • Import S3 generics tidyr::nest() and tidyr::unnest()
  • Fix S3 method consistency issues with r-devel

v1.1.1

14 Feb 19:10
Compare
Choose a tag to compare

AzureKusto 1.1.1

  • Fixed bug in KQL translation of %in% operator so that it now works when the
    right hand side is either a vector or a tabular expression.

v1.1.0

21 Dec 15:05
d8cfb72
Compare
Choose a tag to compare

AzureKusto 1.1.0

  • New function export() to export query results to Azure Storage.
  • server argument of kusto_database_endpoint can be just cluster name and no
    longer needs to be the fully qualified URI. E.g. can pass either
    server = "help" or server = "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

26 Aug 17:57
Compare
Choose a tag to compare

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