[AIRFLOW-XXX] Typo node to nodes
Closes #2950 from maxcountryman/patch-1
This commit is contained in:
Родитель
2794819687
Коммит
375ed75ff1
|
@ -2003,7 +2003,7 @@ class SkipMixin(LoggingMixin):
|
|||
class BaseOperator(LoggingMixin):
|
||||
"""
|
||||
Abstract base class for all operators. Since operators create objects that
|
||||
become node in the dag, BaseOperator contains many recursive methods for
|
||||
become nodes in the dag, BaseOperator contains many recursive methods for
|
||||
dag crawling behavior. To derive this class, you are expected to override
|
||||
the constructor as well as the 'execute' method.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче