Skip to content

Added Support for Kusto's New Mapping Parameters

Compare
Choose a tag to compare
@boazsha boazsha released this 22 Sep 13:59
· 282 commits to master since this release
4d14e9e

BREAKING CHANGES:

  • Changed DataFormat ENUM to be all caps, e.g DataFormat.csv is now DataFormat.CSV

FEATURES:

  • This release contains adjustments in order to support Kusto's new mapping formats: ingestionMapping, ingestionMappingType and ingestionMappingReference, which are properties of ingestionProperties and replace mapping and mappingReference.

  • Note that mapping and mappingReference will be deprecated in the next major version.

FIXES:

None.