ephraimbuddy commented on issue #60860: URL: https://github.com/apache/airflow/issues/60860#issuecomment-4213365695
> Thanks for sharing — I can reproduce the same error on latest too. > > [@jarno-r](https://github.com/jarno-r) that workaround makes sense, but feels a bit heavy for tests. Did > you find any lighter approach, or is symlinking the only option for now? > […](#) Since we have moved to using dag bundles, you need to set the dag bundle config list to the directory you have the dags. This test does not use the dag processor but uses the `AIRFLOW__DAG_PROCESSOR__DAG_BUNDLE_CONFIG_LIST` to know where you have your dag. -- 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]
