zhangyi-hu edited a comment on issue #17623:
URL: https://github.com/apache/airflow/issues/17623#issuecomment-899483305


   When I backfill again without --rest-dagrun, the jobs are not actually run. 
I think Airflow is trying to avoid redundant work. The output I got is similar 
to this:
   
   `- Marking run <DagRun foo @ 2019-09-17 00:35:00+00:00: 
backfill__2019-09-17T00:35:00+00:00, externally triggered: False> successful
   `
   
   My code change is like "1+1" updated to "1+2".  This is a silent error, 
Airflow didn't consider this run as a failure, because I didn't ask airflow to 
verify any assertions at the end of the job. "1+1" is an oversimplification, 
the real problem we are dealing with needs a more sophisticated approach to 
spot the issue by looking at the final numbers. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to