You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: airflow-core/docs/public-airflow-interface.rst
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -176,7 +176,7 @@ Operators
176
176
177
177
The base classes :class:`~airflow.sdk.BaseOperator` and :class:`~airflow.sdk.BaseSensorOperator` are public and may be extended to make new operators.
178
178
179
-
The recommended base class for new operators is :class:`~airflow.sdk.BaseOperator`
179
+
The base class for new operators is :class:`~airflow.sdk.BaseOperator`
180
180
from the airflow.sdk namespace.
181
181
182
182
Subclasses of BaseOperator which are published in Apache Airflow are public in *behavior* but not in *structure*. That is to say, the Operator's parameters and behavior is governed by semver but the methods are subject to change at any time.
@@ -275,10 +275,10 @@ Example of accessing Connections and Variables through Task Context:
0 commit comments