📜  将 apache-airflow 与 postgresql 连接 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:36.041000             🧑  作者: Mango

代码示例1
[core]
# Back-end storage url
sql_alchemy_conn = postgresql+psycopg2://airflow:airflow@localhost:5432/airflow

# The executor class that airflow should use. Choices include
# SequentialExecutor, LocalExecutor, CeleryExecutor, DaskExecutor, KubernetesExecutor
executor = LocalExecutor