Skip to content

Commit

Permalink
Update dags.rst (#27110)
Browse files Browse the repository at this point in the history
Corrects the use of an incorrect word when explaining that pickling can't be enabled for serialization.

(cherry picked from commit 7fcdb49)
  • Loading branch information
dylan-turnbull authored and ephraimbuddy committed Nov 9, 2022
1 parent c2adc2a commit 3d15859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apache-airflow/concepts/dags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ You can either do this all inside of the ``DAG_FOLDER``, with a standard filesys

Note that packaged DAGs come with some caveats:

* They cannot be used if you have picking enabled for serialization
* They cannot be used if you have pickling enabled for serialization
* They cannot contain compiled libraries (e.g. ``libz.so``), only pure Python
* They will be inserted into Python's ``sys.path`` and importable by any other code in the Airflow process, so ensure the package names don't clash with other packages already installed on your system.

Expand Down

0 comments on commit 3d15859

Please sign in to comment.