ashb commented on issue #14813: URL: https://github.com/apache/airflow/issues/14813#issuecomment-834310139
@xinbinhuang By default subprocess inherits stdout/err, so it should get printed: ``` airflow ❯ python -c 'import subprocess; print(subprocess.run(["date"]).returncode)' Fri 7 May 12:58:47 BST 2021 0 ``` -- 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: [email protected]
