dstandish commented on code in PR #47959: URL: https://github.com/apache/airflow/pull/47959#discussion_r2004432289
########## 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: I am not trying to change DAG to dag in this specific PR. I know I could filter just to rst. It might, in docs, refer to the DAG class or model -- but not really an issue with DAGs. Anyway, DAGs is more offensive than DAG. But yes, if time, may tackle DAG rename _later_ -- 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]
