dstandish commented on code in PR #47959: URL: https://github.com/apache/airflow/pull/47959#discussion_r2005602724
########## docs/apache-airflow/administration-and-deployment/dagfile-processing.rst: ########## @@ -19,7 +19,7 @@ DAG File Processing ------------------- -DAG File Processing refers to the process of turning Python files contained in the DAGs folder into DAG objects that contain tasks to be scheduled. +DAG File Processing refers to the process of reading the python files that define your dags and storing them such that the scheduler can schedule them. Review Comment: this is also why i did not tackle it as part of this PR -- it requires a little more thought and examination than this one. and this one is big enough as it is. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org