2.4_3.0.0
New Features
- Transient storage is now a structure that can contain multiple storage credentials. This is supported by the new option,
KUSTO_TRANSIENT_STORAGE
. - Add support for Materialized Views by using new SetNewIngestionTime feature in such cases
Breaking Changes
- The following were removed:
- KUSTO_BLOB_CONTAINER("blobContainer")
- KUSTO_BLOB_STORAGE_ACCOUNT_NAME("blobStorageAccountName")
- KUSTO_BLOB_STORAGE_ACCOUNT_KEY("blobStorageAccountKey")
- KUSTO_BLOB_STORAGE_SAS_URL("blobStorageSasUrl")
- Renamed KUSTO_MAX_RETRIES_ON_MOVR_EXTENTS to KUSTO_MAX_RETRIES_ON_MOVE_EXTENTS
Fixes
- Source shouldn't implement TableScan as we have PruneFilterScan
- Remove some redundant code around storage and put partition options inside read options