Skip to content

0. How to RUN

L. Grace Estrada edited this page Sep 19, 2024 · 1 revision

Pipeline

Run individual packages:

  • python -m src.data_pipeline.full_pipeline.extract_refactored
    or
  • cd src
  • python -m data_pipeline.full_pipeline.extract_refactored

Run orchestrators:

  • Navigate to root directory
  • python scripts/run_full_pipeline.py

Clone this wiki locally