ashb commented on code in PR #23592:
URL: https://github.com/apache/airflow/pull/23592#discussion_r947572910
##########
airflow/example_dags/tutorial.py:
##########
@@ -97,7 +97,7 @@
"""
)
- dag.doc_md = __doc__ # providing that you have a docstring at the
beginning of the DAG
+ dag.doc_md = __doc__ # providing that you have a docstring at the
beginning of the DAG; OR
Review Comment:
No, intentional but probably shouldn't be in this PR. (The tutorial is
showing multiple ways of setting `dag.doc` -- you wouldn't want to do all of
them.)
--
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]