The central nightbatch orchestrator is now:
src/nightbatch/full_nightbatch.py
This script runs:
- FX update (
src/nightbatch/fx_update.py) - iShares price update (
src/nightbatch/ishares_importer.py)
The scheduled workflow is configured in:
.github/workflows/run_full_nightbatch.yml
It executes:
python src/nightbatch/full_nightbatch.pyRun the full nightbatch locally with:
python src/nightbatch/full_nightbatch.py