Support for new Ingestion Mapping API and Format
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:ingestionMapping
replaces the deprecatedmapping
.ingestionMappingType
.ingestionMappingReference
replaces the deprecatedmappingReference
.
- Changed
DataFormat
ENUM to be all caps, e.gDataFormat.csv
is nowDataFormat.CSV
FEATURES:
- Fully supports Parquet ingestion.
FIXES:
- When ad-hoc
ingestionProperties
were given to aningest
command, a few defaultingestionProperties
were unnecessarily edited when the two objects were merged.