So there are two ways of doing that - outside kedr...
# advanced-need-help
d
So there are two ways of doing that - outside kedro or inside kedro. 1. Outside it will be similar, watch the directory and trigger. 2. You'll need to schedule kedro runs, but inside Kedro - I think you may be able to define a
before_pipeline_hook
which handles certain logic. Kedro isn't an orchestrator so you may want to use
kedro-airflow
to set up scheduling / triggers