In the Airflow entrypoint.sh a postgres_data connection is created for storing the data from DAGs. However this is done multiple times; not a big deal, but we might add a check in order to skip it:
DataVisPlanner-airflow-webserver |
DataVisPlanner-airflow-webserver | A connection with `conn_id`=postgres_data already exists
DataVisPlanner-airflow-webserver |
DataVisPlanner-airflow-worker |
DataVisPlanner-airflow-worker | A connection with `conn_id`=postgres_data already exists
DataVisPlanner-airflow-worker |
DataVisPlanner-airflow-scheduler |
DataVisPlanner-airflow-scheduler | A connection with `conn_id`=postgres_data already exists
DataVisPlanner-airflow-scheduler |
In the Airflow entrypoint.sh a postgres_data connection is created for storing the data from DAGs. However this is done multiple times; not a big deal, but we might add a check in order to skip it: