Fix typo in Custom XCom backend (#10588)
This commit is contained in:
Родитель
8349061f9c
Коммит
2fc961458e
|
@ -741,7 +741,7 @@ for inter-task communication rather than global settings.
|
|||
Custom XCom backend
|
||||
-------------------
|
||||
|
||||
It is possible to change ``XCom`` behaviour os serialization and deserialization of tasks' result.
|
||||
It is possible to change ``XCom`` behaviour of serialization and deserialization of tasks' result.
|
||||
To do this one have to change ``xcom_backend`` parameter in Airflow config. Provided value should point
|
||||
to a class that is subclass of :class:`~airflow.models.xcom.BaseXCom`. To alter the serialization /
|
||||
deserialization mechanism the custom class should override ``serialize_value`` and ``deserialize_value``
|
||||
|
|
Загрузка…
Ссылка в новой задаче