uploaded guid in data model
This commit is contained in:
parent
4ff3b85c1c
commit
9c189aaf7a
@ -14,8 +14,7 @@ def dataTemplate(transactionType,**kwargs):
|
||||
"name": kwargs.get('file_name'),
|
||||
"path": kwargs.get('file_path')
|
||||
},
|
||||
# upload/download:guid needed, figure out how to do this
|
||||
"guid": f'{transactionType}:{kwargs.get("guid")}',
|
||||
"guid": f'{transactionType.split("_")[1].rstrip("d").rstrip("e")}:{kwargs.get("guid")}',
|
||||
"node_name": kwargs.get('node_name'),
|
||||
"prd_ext_tenant_id": kwargs.get('prd_ext_tenant_id'),
|
||||
"product_name": "GlobalScape EFT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user