ImportData
- class ImportData(inputs)[source]
Bases:
StandardTaskTemplateMethods Summary
analyse(result)Analyze the result from the task preparing operation.
prepare(**parameters)Prepare job requests for execution.
Methods Documentation
- analyse(result: Results) Results[source]
Analyze the result from the task preparing operation.
This method analyzes the result object returned by the Pipeline task.prepare method and returns it with optional modifications.
- Parameters:
result -- the task result object generated by
prepare()- Return type:
Result