ashb commented on code in PR #25161:
URL: https://github.com/apache/airflow/pull/25161#discussion_r937737816
##########
airflow/executors/base_executor.py:
##########
@@ -333,9 +334,41 @@ def slots_available(self):
@staticmethod
def validate_command(command: List[str]) -> None:
- """Check if the command to execute is airflow command"""
+ """
+ Back-compat method to Check if the command to execute is airflow
command
Review Comment:
```suggestion
Back-compat method to Check if the command to execute is airflow
command
```
--
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]