Ingestion mapping: removeOldestIfRequired property
vplauzon opened this issue · 1 comments
vplauzon commented
The following KQL command is now legal:
.create-or-alter table T ingestion csv mapping 'my-mapping' '[{"Properties":{"Ordinal":"0"},"column":"PreciseTimeStamp","datatype":""}]' with (removeOldestIfRequired=False)
Currently the parser puts everything after the the mapping name in "skipped tokens", including the removeOldestIfRequired property.
It is therefore quite convoluted to grab the property value.
mattwar commented
This is fixed in the next published version.