在尝试新的气流版本时,我得到了以下错误:
E ValueError: The name 'my_airflow_plugin' is already registered for this使用Airflow,您可以使用entry_point定义插件。我设法将其跟踪到对importlib_metadata.distributions()的调用,该调用两次返回同一个对象。为什么它会回来两次?
我们正在尝试使用下面的git集线器作为引用来实现dag依赖项插件。https://github.com/ms32035/airflow-dag-dependencies**cannot import name 'conf' from 'airflow'** https://github.com/apache/airflow