jedcunningham commented on code in PR #46029:
URL: https://github.com/apache/airflow/pull/46029#discussion_r1931281613
##########
airflow/dag_processing/processor.py:
##########
@@ -159,6 +161,7 @@ class DagFileParseRequest(BaseModel):
"""
file: str
+ bundle_path: Path
Review Comment:
It might be worth adding some text around file vs bundle_path, and why we
need both.
##########
tests_common/pytest_plugin.py:
##########
@@ -834,6 +834,7 @@ def __exit__(self, type, value, traceback):
return
dag.clear(session=self.session)
+ dag.relative_fileloc = dag.fileloc
Review Comment:
This probably needs to happen in the AF3 block below?
--
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]