dead-1ine opened a new pull request, #42102: URL: https://github.com/apache/airflow/pull/42102
Upon checking the blame history, I found that there were no specific changes that removed the executor=None keyword argument from this method. This argument was present in version 2.9, but for reasons that are unclear (or that I may have missed in my search), it seems to have been removed in the current version. Interestingly, the docstring for the method still references the executor argument, which suggests a discrepancy between the code and its documentation. Given this inconsistency, I am submitting this PR to restore the executor=None argument, ensuring that the method signature aligns with its intended functionality and the existing documentation. -- 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]
