ashb commented on code in PR #44899: URL: https://github.com/apache/airflow/pull/44899#discussion_r1884034379
########## airflow/api_fastapi/execution_api/routes/task_instances.py: ########## @@ -48,6 +51,108 @@ log = logging.getLogger(__name__) [email protected]( + "/{task_instance_id}/run", Review Comment: Thinking more about this, maybe run is better, as this could be called more than once in the case of things like reschedule couldn't it? (Yes, it's just naming so it doesn't matter, but names also do matter) -- 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]
