uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1837538756
##########
airflow/api/common/mark_tasks.py:
##########
@@ -107,11 +107,11 @@ def set_state(
:param tasks: the iterable of tasks or (task, map_index) tuples from which
to work.
``task.dag`` needs to be set
:param run_id: the run_id of the dagrun to start looking from
- :param execution_date: the execution date from which to start looking
(deprecated)
+ :param logical_date: the logical date from which to start looking
(deprecated)
Review Comment:
There’s a later PR to remove this. I believe this is already done in the
unified PR, just not included here to simplify review.
--
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]