ashb commented on a change in pull request #20272:
URL: https://github.com/apache/airflow/pull/20272#discussion_r768611355
##########
File path: airflow/models/xcom.py
##########
@@ -408,8 +408,9 @@ def clear(
execution_date: Optional[pendulum.DateTime] = None,
dag_id: Optional[str] = None,
task_id: Optional[str] = None,
- run_id: Optional[str] = None,
session: Session = NEW_SESSION,
+ *,
+ run_id: Optional[str] = None,
Review comment:
It's a _new_ part of the API for AIP-39 Timetables -- this used to take
`execution_date`, and the only way of telling them apart is to make run_id
keyword only.
--
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]