Get signed url with new storage account
List of changes done as part of this MR
- Removed
filePath
fromWorkflowTasksSharingDoc
as it is no longer required. - Creation of new containers as part of generating signed urls for the given workflow run.
- In case a container corresponding to the given workflowId already exists, the sas token will be generated for the same container.
- Deletion of the container upon completion of a dag run (either success or failure)
Edited by Aalekh Jain