kacpermuda commented on code in PR #59933:
URL: https://github.com/apache/airflow/pull/59933#discussion_r2652797834


##########
providers/openlineage/tests/system/openlineage/example_openlineage_docs_file_dag.py:
##########
@@ -32,20 +31,14 @@
 from system.openlineage.expected_events import get_expected_event_file_path
 from system.openlineage.operator import OpenLineageTestOperator
 
-# Create file at DAG parsing to make sure it's in the right place
-_FILE_PATH = "dag_doc.md"
-if not os.path.exists(_FILE_PATH):
-    with open(_FILE_PATH, "w") as f:
-        f.write("# MD doc file")

Review Comment:
   I think we need to add this line to the file above, as it's expected by 
tests.



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