Airflow returns "Backfill done" without running tasks -


i'm running airflow , attempting iterate on task we're building command line.

when running airflow webserver, works expected. when run airflow backfill dag task '2017-08-12', airflow returns:

[2017-08-15 02:52:55,639] {__init__.py:57} info - using executor localexecutor [2017-08-15 02:52:56,144] {models.py:168} info - filling dagbag /usr/local/airflow/dags 2017-08-15 02:52:59,055 - airflow.jobs.backfilljob - info - backfill done. exiting 

...and doesn't run dag.

when using airflow test or airflow run (i.e. commands involving running task rather dag), works expected

am making basic mistake? can debug here?

thanks

have run dag on date range already? need clear dag first backfill. base on maxime mentioned here: https://groups.google.com/forum/#!topic/airbnb_airflow/gmy-sc0qvh0


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -