dstandish commented on code in PR #42761:
URL: https://github.com/apache/airflow/pull/42761#discussion_r1795536129
##########
providers/tests/system/google/cloud/dataprep/example_dataprep.py:
##########
@@ -313,6 +313,13 @@ def delete_connection(connection_id: str) -> None:
# when "tearDown" task with trigger rule is part of the DAG
list(dag.tasks) >> watcher()
+
+from dev.tests_common.test_utils.system_tests import get_test_run # noqa: E402
+
+# Needed to run the example DAG with pytest (see:
tests/system/README.md#run_via_pytest)
+test_run = get_test_run(dag)
Review Comment:
resolved
--
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]