我确实这样: https://airflow.apache.org/lineage.html#
在我的airflow.cfg中:
[lineage]
backend = airflow.lineage.backend.atlas
[atlas]
username = my_username
password = my_password
host = host
port = 21000
我在ariflow中运行示例DAG,然后遇到如下错误:
{ init .py:44}调试-由于模块“ airflow.lineage.backend”未定义“地图集”属性/类,因此无法导入airflow.lineage.backend.atlas >
有人可以帮我吗?
答案 0 :(得分:0)
我刚刚更新了这一部分。 https://github.com/apache/airflow/blob/master/docs/lineage.rst#apache-atlas
您可以尝试
backend = airflow.lineage.backend.atlas.AtlasBackend
欢迎任何反馈:)