uranusjr commented on code in PR #27710:
URL: https://github.com/apache/airflow/pull/27710#discussion_r1034344907


##########
airflow/cli/commands/task_command.py:
##########
@@ -227,6 +227,7 @@ def _run_task_by_executor(args, dag, ti):
         pickle_id=pickle_id,
         ignore_all_deps=args.ignore_all_dependencies,
         ignore_depends_on_past=args.ignore_depends_on_past,
+        
wait_for_past_depends_before_skipping=args.wait_for_past_depends_before_skipping,

Review Comment:
   And we can merge these two _now_ into an enum, it both is clearer and makes 
more sense (since as it’s designed now it is nonsensical to set _both_ flags).



-- 
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: commits-unsubscr...@airflow.apache.org

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

Reply via email to