You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/15 12:22:28 UTC

[GitHub] [airflow] yuqian90 commented on a change in pull request #7419: [AIRFLOW-6804][depends on AIRFLOW-6792] Add the basic test for all example DAGs

yuqian90 commented on a change in pull request #7419:  [AIRFLOW-6804][depends on AIRFLOW-6792] Add the basic test for all example DAGs
URL: https://github.com/apache/airflow/pull/7419#discussion_r379827389
 
 

 ##########
 File path: airflow/providers/qubole/example_dags/example_qubole.py
 ##########
 @@ -51,6 +42,18 @@
     schedule_interval=None,
     tags=['example'],
 ) as dag:
+    dag.doc_md = textwrap.dedent(
 
 Review comment:
   Why not keep the original docstr, but make this line ``dag.doc_md = __doc__``. Same for other dags changes.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services