hussein-awala commented on code in PR #27710:
URL: https://github.com/apache/airflow/pull/27710#discussion_r1039327730


##########
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 but I was trying to add a feature safe with b/c.
   I will create a new PR to implement this first proposition and we can 
discuss the design there.



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