Workflow

# Stage > Job
pipeline:
  fetch:
  fetch-data-1: pipeline.py#fetch
 process:
  calculate-functions: pipeline.py#calculate
  compute-statistics: pipeline.py#compute
 build:
  generate-website: pipeline.py#build

Dependencies

G A fetch-data-1 B content A->B C calculate-functions B->C E compute-statistics B->E D stats C->D G generate-website D->G F result E->F F->G H website G->H

timeline