ephraimbuddy commented on a change in pull request #17425:
URL: https://github.com/apache/airflow/pull/17425#discussion_r684131285
##########
File path: tests/conftest.py
##########
@@ -480,6 +480,7 @@ def __call__(self, dag_id='test_dag', session=None,
**kwargs):
self.start_date = DEFAULT_DATE
self.kwargs['start_date'] = self.start_date
self.dag = DAG(dag_id, **self.kwargs)
+ self.dag.fileloc = request.module.__file__
Review comment:
Thanks for the idea!
--
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]