Airflow 中的 'owner' 属性 是做什么用的?
What is the 'owner' property in Airflow used for?
我在文档中找不到有关 owner
变量用途的任何信息。我发现 owner
的唯一提及是在文档的 this Stack Overflow question and in the Security section 中,两者都无助于理解一般概念。
据我在 Airflow 存储库中看到的,它只是信息。它显示了
作为 Airflow 主 DAG 视图中的一列,如果您单击该名称,它将向您显示该所有者的所有 DAG(至少在 Airflow 2 中)。
我在文档中找不到有关 owner
变量用途的任何信息。我发现 owner
的唯一提及是在文档的 this Stack Overflow question and in the Security section 中,两者都无助于理解一般概念。
据我在 Airflow 存储库中看到的,它只是信息。它显示了 作为 Airflow 主 DAG 视图中的一列,如果您单击该名称,它将向您显示该所有者的所有 DAG(至少在 Airflow 2 中)。