Multi partition changes for ingestion-workflow
Changes done as part of this MR -
- Added property for ingestion storage account (
ingest-storage-account-key
andingest-storage-account-name
) in partition info. - Added method in
BlobStore
to generate SAS tokens based on user delegation key. This MR also resolves the issue of not being able to generate sas tokens usingDefaultAzureCredential
, which is described here in detail: #5 (closed).
cc: @harshit283, @abpatil, @kibattul, @polavishnu
Edited by Aalekh Jain