This is used to run a Task. It can be used in unit test to test a Task.
Simply provide the task type, config params and inputs. then you can call the run method to test your task and check outputs
:raises MissingInputResourcesException: [description] :raises Exception: [description] :return: [description] :rtype: [type]
Initialize self. See help(type(self)) for accurate signature.
Type
Dict
Dict
str
InputSpecs
OutputSpecs
Dict
str
str
Method to create an observer and attached it to the task. The log will be available in the retuned BasicMessageObserver. This can be useful for testings
BasicMessageObserver
Method to create an observer and attached it to the task. The log will be available in the retuned BasicMessageObserver. This can be useful for testings
MessageObserver
This method check the config and inputs and then execute the check before run of the task
CheckBeforeTaskResult
str
Resource
Dict
Task
This method, checks the config, inputs and then run the task
Dict
str
Resource
ProgressBar