我需要在 Azure 中编辑 airflow.cfg 文件
I need to edit a airflow.cfg file in Azure
我在 Azure Kubernetes 服务 AKS 上安装了 Airflow,我正在尝试编辑 Azure 云上的 airflow.cfg 文件。我该如何编辑这个文件?
如果未找到 vim,请安装 vim。
反正不用修改airflow.cfg,可以按照https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html#setting-configuration-options
中指出的导出环境变量
在这里您可以找到所有可用的配置变量及其等效的环境变量https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html
我在 Azure Kubernetes 服务 AKS 上安装了 Airflow,我正在尝试编辑 Azure 云上的 airflow.cfg 文件。我该如何编辑这个文件?
如果未找到 vim,请安装 vim。
反正不用修改airflow.cfg,可以按照https://airflow.apache.org/docs/apache-airflow/stable/howto/set-config.html#setting-configuration-options
中指出的导出环境变量在这里您可以找到所有可用的配置变量及其等效的环境变量https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html