Running tasks manually

Context

Instead of using the one script (workflow.py) that executes the Luigi Workflow Orchestration as shown in Step 2 of the main README.md, this documentation will break down the tasks in the script so that it can be run individually and manually.

workflow-visualisation-luigi

Running Luigi tasks manually

Step 1. ExtractLoadAirportData

Step 2. DbtDeps

Step 3. DbtSeedAirports

Step 4. DbtRunAirports

Step 5. ScrapeLoadArrivalData

Step 6. DbtSeedArrivals

Step 7. DbtRunAnalysis