1

我喜欢这样: 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”未定义“atlas”属性/类,无法导入气流.lineage.backend.atlas

有人可以帮我吗?

4

1 回答 1

1

我刚刚更新了这部分。 https://github.com/apache/airflow/blob/master/docs/lineage.rst#apache-atlas

你可以试试

backend = airflow.lineage.backend.atlas.AtlasBackend

欢迎任何反馈:)

于 2019-04-09T04:35:32.550 回答