You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/14 07:18:27 UTC

[GitHub] [airflow] dimonchik-suvorov commented on a change in pull request #16089: [#16087]: Backfill shouldn't interfere with scheduled run fix

dimonchik-suvorov commented on a change in pull request #16089:
URL: https://github.com/apache/airflow/pull/16089#discussion_r649869923



##########
File path: airflow/jobs/backfill_job.py
##########
@@ -689,6 +688,9 @@ def tabulate_tis_set(set_tis: Set[TaskInstance]) -> str:
 
         return err
 
+    def _get_dag_with_subdags(self):
+        return [self.dag] + self.dag.subdags
+

Review comment:
       It may help in future refactorings but sure, reverted :) 




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org