This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-4-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 3d15859add37d9639275b5c2676ad579e25802f7 Author: Dylan Turnbull <[email protected]> AuthorDate: Tue Oct 25 09:34:26 2022 -0500 Update dags.rst (#27110) Corrects the use of an incorrect word when explaining that pickling can't be enabled for serialization. (cherry picked from commit 7fcdb490b4932e55fd0d92443e7ade451802a564) --- docs/apache-airflow/concepts/dags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/concepts/dags.rst b/docs/apache-airflow/concepts/dags.rst index aa73c66992..d34f7529b1 100644 --- a/docs/apache-airflow/concepts/dags.rst +++ b/docs/apache-airflow/concepts/dags.rst @@ -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.
