Having something like will be great. Currently we need to segregate DUs with all the files required for a CU. But this could be optimized and avoid unnecessary DU creation.
""" Parsing input data field of job description:
{
...
"input_data": [
{
input_data_unit.get_url():
["file1","file2"]
}
]
or
"input_data": [
input_data_unit.get_url()
]
}
"""
Having something like will be great. Currently we need to segregate DUs with all the files required for a CU. But this could be optimized and avoid unnecessary DU creation.