turbaszek commented on a change in pull request #10304:
URL: https://github.com/apache/airflow/pull/10304#discussion_r477225763
##########
File path: tests/providers/google/cloud/operators/test_dataprep.py
##########
@@ -26,14 +26,15 @@
INCLUDE_DELETED = False
EMBED = ""
DATAPREP_JOB_RECIPE_ID = 1234567
+PATH_TO_OUTOUT_FILE = "path_to_output_file"
Review comment:
If you use same variables in example DAG then it would be wise to import
them from the example to keep test and example in consistency.
----------------------------------------------------------------
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:
[email protected]