Answers for "connecting apache-airflow with postgresql"

0

connecting apache-airflow with postgresql

[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
Posted by: Guest on July-29-2021

Code answers related to "connecting apache-airflow with postgresql"

Browse Popular Code Answers by Language