Skip to content

Get signed url using new storage account

Aalekh Jain requested to merge getSignedUrl into master

List of changes done as part of this MR

  1. Removed filePath from WorkflowTasksSharingDoc as it is no longer required. Added containerId field in WorkflowTasksSharingDoc
  2. Creation of new containers as part of generating signed urls for the given workflow run.
  3. In case a container corresponding to the given workflowName already exists, the SAS token will be generated for the same container.
  4. Deletion of the container upon completion of a dag run (status -> finished, failed, success)
  5. partitionKey support added
  6. Added UTs
  7. Added ITs
Edited by Aalekh Jain

Merge request reports