Skip to content

Commit

Permalink
Fix typo in Custom XCom backend (apache#10588)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Aug 26, 2020
1 parent 8349061 commit 2fc9614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand Down
2 changes: 1 addition & 1 deletion docs/executor/kubernetes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ When a DAG submits a task, the KubernetesExecutor requests a worker pod from the

In contrast to the Celery Executor, the Kubernetes Executor does not require additional components such as Redis and Flower, but does require the Kubernetes infrastructure.

One example of an Airflow deployment running on a distributed set of five nodes in a Kubernetes cluster is shown below.
One example of an Airflow deployment running on a distributed set of five nodes in a Kubernetes cluster is shown below.

.. image:: ../img/arch-diag-kubernetes2.png

Expand Down

0 comments on commit 2fc9614

Please sign in to comment.