Workflow
Iguana will first parse configuration and afterwards will execute each task for each connection for each dataset.
Imagine it like the following:
- for each dataset D
- for each connection C
- for each task T
- execute pre script hook
- execute task T(D, C)
- collect and calculate results
- write results
- execute post script hook
- for each task T
- for each connection C