Get signed url using new storage account
List of changes done as part of this MR
- Removed
filePathfromWorkflowTasksSharingDocas it is no longer required. AddedcontainerIdfield inWorkflowTasksSharingDoc - Creation of new containers as part of generating signed urls for the given workflow run.
- In case a container corresponding to the given
workflowNamealready 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)
-
partitionKeysupport added - Added UTs
- Added ITs
Edited by Aalekh Jain