Skip to content

Support for new Ingestion Mapping API and Format

Compare
Choose a tag to compare
@boazsha boazsha released this 26 Sep 13:41
· 298 commits to master since this release

BREAKING CHANGES:

  • Parameter for IngestionProperties constructor is now an object, instead of a list of parameters.
  • IngestionProperties object supports the new Ingestion Mapping API and formats:
    1. ingestionMapping replaces the deprecated mapping.
    2. ingestionMappingType.
    3. ingestionMappingReference replaces the deprecated mappingReference.
  • Changed DataFormat ENUM to be all caps, e.g DataFormat.csv is now DataFormat.CSV

FEATURES:

  • Fully supports Parquet ingestion.

FIXES:

  • When ad-hoc ingestionProperties were given to an ingest command, a few default ingestionProperties were unnecessarily edited when the two objects were merged.