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


##########
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:
   @uranusjr can you please check this 
[PR](https://github.com/apache/airflow/pull/28113)?
   I just created a new option for Airflow CLI without changing the task 
instance deps classes arguments, if you prefer to merge the options everywhere, 
I can do that.



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