Skip to content

Allow to pass required files to a CU via input_data CUD attribute. #174

Description

@pradeepmantha

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()                                                         
                     ]                        
        }    
    """   

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions