Hi, We're experiencing a strange problem with the start_date configuration in Airflow.
When we first ran the DAGs, we defined the start_date as 'datetime.now()', which at the time was 01/08/2016. This worked fine. A week afterwards, we changed the DAGs to a specific newer date - 08/08/2016, and reset all of the tasks. After resetting the Airflow and all of the DAGs *we are still seeing the tasks running from original date (01/08)*. Why is this happening? We don't understand why the tasks are still using the old date. Is there a cache/DB/persistent file that the DAG reads on startup that overrides our definition? Is it maybe Celery? We really would appreciate your input because we are totally stuck. We use airflow version 1.7.1.3 with postgress as the backend DB. In addition, we run in CeleryExecutor mode with rabbitMQ as Celery backend. Thank you, Hila
