jedcunningham commented on a change in pull request #14963:
URL: https://github.com/apache/airflow/pull/14963#discussion_r599816792
##########
File path: airflow/operators/bash.py
##########
@@ -24,11 +24,13 @@
from cached_property import cached_property
from airflow.exceptions import AirflowException, AirflowSkipException
-from airflow.hooks.subprocess import EXIT_CODE_SKIP, SubprocessHook
+from airflow.hooks.subprocess import SubprocessHook
from airflow.models import BaseOperator
from airflow.utils.decorators import apply_defaults
from airflow.utils.operator_helpers import context_to_airflow_vars
+EXIT_CODE_SKIP = 100
Review comment:
I moved this back into the operator as it really is operator specific.
--
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]