You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/07 06:38:47 UTC

[GitHub] [airflow] dstandish commented on pull request #13423: Add bash hook

dstandish commented on pull request #13423:
URL: https://github.com/apache/airflow/pull/13423#issuecomment-755919239


   Alright folks... updated to make it shell-agnostic, and to take List[str]
   
   I have called it _SubprocessHook_
   
   This is obvs negotiable
   
   Options:
   * CommandHook (what kind of command?)
   * ProcessHook (what kind of process? isn't everything a process)
   * ShellHook (i kindof like it)
   * SubprocessHook (it is a subprocess, it uses subprocess module... why get creative?)
   
   Please take a look 🙏
   


----------------------------------------------------------------
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:
users@infra.apache.org