Kjir commented on issue #69658: URL: https://github.com/apache/airflow/issues/69658#issuecomment-4927413101
I have always avoided backfill tasks before because it feels weird and doesn't seem to fit my use case. Which means I can't really tell if the issue would happen with earlier versions or not. If I remove the `depends_on_past` bit it would run all the tasks out of order, and that wouldn't be correct. It also would be imply a lot of manual work, and thus is not an actual workaround. Also in the second screenshot, the tasks that aren't being executed do not depend on past. Setting the previous singular tasks to success doesn't work because I get an error message saying that they already are in the success state. There isn't an `airflow tasks run` command, so I'm not sure what you mean? -- 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]
