Get signed url using new storage account
List of changes done as part of this MR
- Removed
filePath
fromWorkflowTasksSharingDoc
as it is no longer required. AddedcontainerId
field inWorkflowTasksSharingDoc
- Creation of new containers as part of generating signed urls for the given workflow run.
- In case a container corresponding to the given
workflowName
already exists, the SAS token will be generated for the same container. - Deletion of the container upon completion of a dag run (status -> finished, failed, success)
-
partitionKey
support added - Added UTs
- Added ITs
Edited by Aalekh Jain