Skip to content

Commit

Permalink
Update serializers.rst (#45202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefox9x5 authored Dec 26, 2024
1 parent c81dcb4 commit e37110a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Serialization

To support data exchange, like arguments, between tasks, Airflow needs to serialize the data to be exchanged and
deserialize it again when required in a downstream task. Serialization also happens so that the webserver and
the scheduler (as opposed to the DAG processor) do no need to read the DAG file. This is done for security purposes
the scheduler (as opposed to the DAG processor) do not need to read the DAG file. This is done for security purposes
and efficiency.

Serialization is a surprisingly hard job. Python out of the box only has support for serialization of primitives,
Expand Down

0 comments on commit e37110a

Please sign in to comment.