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 2022/06/03 18:58:02 UTC

[GitHub] [airflow] josh-fell commented on a diff in pull request #24146: Migrate Papermill example DAGs to new design #22456

josh-fell commented on code in PR #24146:
URL: https://github.com/apache/airflow/pull/24146#discussion_r889249841


##########
docs/apache-airflow-providers-papermill/operators.rst:
##########
@@ -50,8 +50,16 @@ Example DAG
 Use the :class:`~airflow.providers.papermill.operators.papermill.PapermillOperator`
 to execute a jupyter notebook:
 
-.. exampleinclude:: /../../airflow/providers/papermill/example_dags/example_papermill.py
+.. exampleinclude:: /../../tests/system/providers/papermill/example_papermill.py
     :language: python
     :dedent: 4
     :start-after: [START howto_operator_papermill]
     :end-before: [END howto_operator_papermill]
+
+Example DAG to Verify the message in the notebook:
+
+.. exampleinclude:: /../../tests/system/providers/papermill/example_papermill_verify.py
+    :language: python
+    :dedent: 4

Review Comment:
   ```suggestion
   ```
   Since the `[START]` tag is not indented this shouldn't be needed to render the code snippet correctly in the 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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org