jscheffl commented on code in PR #60149:
URL: https://github.com/apache/airflow/pull/60149#discussion_r2695945761


##########
providers/standard/src/airflow/providers/standard/example_dags/example_branch_operator_decorator.py:
##########
@@ -36,18 +38,59 @@
 
 PATH_TO_PYTHON_BINARY = sys.executable
 
+
 with DAG(
     dag_id="example_branch_python_operator_decorator",
     start_date=pendulum.datetime(2021, 1, 1, tz="UTC"),
     catchup=False,
     schedule="@daily",
     tags=["example", "example2"],
+    doc_md="""

Review Comment:
   One idea how we make docs in Dags consistent at work: How about adding all 
the documentation here as pydoc in the header of the file and must define it 
here as `doc_md=__doc__`?



-- 
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]

Reply via email to