Skip to content

Multi partition changes for ingestion-workflow

Aalekh Jain requested to merge blobServiceClientFactoryIngestImpl into master

Changes done as part of this MR -

  1. Added property for ingestion storage account (ingest-storage-account-key and ingest-storage-account-name) in partition info.
  2. 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 using DefaultAzureCredential, which is described here in detail: #5 (closed).

cc: @harshit283, @abpatil, @kibattul, @polavishnu

Edited by Aalekh Jain

Merge request reports