ashb commented on issue #15687:
URL: https://github.com/apache/airflow/issues/15687#issuecomment-931121744


   @potiuk That is only true by default, but there is a setting called 
`donot_pickle` which as a default value of True, but if that is set to false 
then the dag should be pickled in to the database, and `--pickle-id` passed to 
the worker meaning that it _doesn't_ read it from disk:
   
   
https://github.com/apache/airflow/blob/e7925d8255e836abd8912783322d61b3a9ff657a/airflow/cli/commands/task_command.py#L272-L276


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to