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/04 07:37:09 UTC

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

dstandish commented on a change in pull request #13423:
URL: https://github.com/apache/airflow/pull/13423#discussion_r551155128



##########
File path: airflow/operators/bash_operator.py
##########
@@ -20,7 +20,7 @@
 import warnings
 
 # pylint: disable=unused-import
-from airflow.operators.bash import STDOUT, BashOperator, Popen, gettempdir  # noqa
+from airflow.operators.bash import BashOperator  # noqa

Review comment:
       yes, totally possible.
   
   we could let them remain and add a deprecation warning.
   
   i am not sure --  is there a special syntax we have for "this must be removed at this release", like to automate deprecated removals?
   
   whatever you suggest 




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