TaskRunner
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.
TypeDictDictstrInputSpecsOutputSpecsConfigSpecsstrstrMethod 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
BasicMessageObserverMethod 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
MessageObserverThis method check the config and inputs and then execute the check before run of the task
CheckBeforeTaskResultstrResourceDictTaskThis method, checks the config, inputs and then run the task
DictstrResourceProgressBar