multimeric commented on issue #60860: URL: https://github.com/apache/airflow/issues/60860#issuecomment-4206330800
> What fixed the issue for me was to make sure the dag file is actually under dags folder in the airflow home (I did this as a symlink) This solution makes sure the DAG Processor runs on your DAGs. In my view this is very heavyweight for unit testing where you don't want to have to start the DAG Processor in your test suite, nor check if it has finished. > Should a separate issue be opened about this? It sounds like your concern is the same as mine, but since this has been marked as closed and I can't re-open it then I'm not against it. -- 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]
