potiuk commented on code in PR #50441:
URL: https://github.com/apache/airflow/pull/50441#discussion_r2083508516
##########
airflow-core/docs/howto/dynamic-dag-generation.rst:
##########
@@ -218,3 +217,74 @@ of the context are set to ``None``.
with DAG(dag_id=dag_id, ...):
...
+
+
+Abstraction of DAG objects generation
Review Comment:
`Optimizing` is just above (line 161)
I think it's fine to leave ll that here - this is just **one** of the ways
you can do dynamic dag generation - I think if anything - the whole document
can be linked to from best practices - just a short paragraph titled dynamic
dag generation and link to the "dynamic dag generation.rst".
--
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]