aa1371 commented on issue #11451:
URL: https://github.com/apache/airflow/issues/11451#issuecomment-939202583


   Could also just pass check_call directly to submit without needing to define 
the extra function. This works in a plugin I have defined.
   
   
   ```
           future = self.client.submit(subprocess.check_call, command, 
pure=False, resources=resources, close_fds=True)
   ```
   


-- 
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]


Reply via email to