You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 |
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: