Whats the best way to run ingestion? Have a server...
# ingestion
c
Whats the best way to run ingestion? Have a server just run multiple recipes with a cronjob?
thank you 1
g
That works- another option is to use airflow for scheduling. Here is an example dag for how you may want to do that:
c
Thanks Gabe. We are actually not using airflow.