ashb commented on a change in pull request #6905: [AIRFLOW-6361] Run 
LocalTaskJob directly in Celery task
URL: https://github.com/apache/airflow/pull/6905#discussion_r363027926
 
 

 ##########
 File path: airflow/bin/cli.py
 ##########
 @@ -1063,3 +1063,23 @@ def _add_subcommand(cls, subparsers, sub):
 def get_parser():
     """Calls static method inside factory which creates argument parser"""
     return CLIFactory.get_parser()
+
+
+def exec_airflow_command(command_to_exec: List[str]):
 
 Review comment:
   We should change the StandardTaskRunner to use this new method too please

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to