uranusjr commented on a change in pull request #20000:
URL: https://github.com/apache/airflow/pull/20000#discussion_r763657368
##########
File path: airflow/models/taskinstance.py
##########
@@ -561,7 +579,7 @@ def command_as_list(
def generate_command(
dag_id: str,
task_id: str,
- run_id: str = None,
+ run_id: str,
Review comment:
For other reviewers wondering, this method returns a command list (for
e.g. subprocess), and passing in a None would not work, so all existing usages
of this function should already be passing in a `run_id`, making this change
safe.
--
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]