utils
DSaaS client util module
PolicyEnum
Bases: IntEnum
Enum for the types of policies supported by AERO.
aero_format()
AERO decorator that wraps user analysis function to capture provenance information.
download()
Download data from user-specified repository.
RETURNS | DESCRIPTION |
---|---|
tuple[str, str]: Path to the data and its associated extension. |
get_transfer_token()
Get the transfer token belonging to the Globus Guest Collection.
This function first verifies whether the token already exists. If it does not, it generates the tokens and updates the token file.
PARAMETER | DESCRIPTION |
---|---|
collection_uuid
|
The UUID of the Globus Guest Collection.
TYPE:
|
RETURNS | DESCRIPTION |
---|---|
str
|
The transfer token for the guest collection
TYPE:
|