john-jac opened a new pull request, #30158: URL: https://github.com/apache/airflow/pull/30158
This additional section under "Reducing DAG complexity" in the Best Practices documentation highlights the importance of writing good, efficient Python code when authoring DAGs. In testing, having a large number of similar Python files is far less efficient than having fewer Python files that leverage dynamic DAG generation to create the same number of DAG objects. By keeping this in mind, Airflow users will be able to reliably define and execute more DAGs with the same amount of computational resources. -- 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]
