Parallel tasks allows you to run commands in parallel.
Sample implementation:
- see github activity pipeline
.. module:: mara_pipelines.parallel_tasks
.. module:: mara_pipelines.parallel_tasks.files
.. autoclass:: ParallelReadFile
.. autoclass:: ParallelReadSqlite
.. module:: mara_pipelines.parallel_tasks.python
.. autoclass:: ParallelExecutePython
.. autoclass:: ParallelRunFunction
.. module:: mara_pipelines.parallel_tasks.sql
.. autoclass:: ParallelExecuteSQL