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


##########
airflow/cli/cli_parser.py:
##########
@@ -543,6 +543,11 @@ def string_lower_type(val):
     help="Ignore depends_on_past dependencies (but respect upstream 
dependencies)",
     action="store_true",
 )
+ARG_WAIT_FOR_PAST_DEPENDS_BEFORE_SKIPPING = Arg(
+    ("-W", "--wait-for-past-depends-before-skipping"),
+    help="Wait for past dependencies before skipping the task when 
--ignore-depends-on-past is not set",
+    action="store_true",
+)

Review Comment:
   I agree. We should simplify.



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