Airflow too many connections as a default
These are default connections. They are not "running", they are just configuration records in your settings. You can delete them manually.
Airflow 1.10.10 now has a configuration to not create default connections.
Simply set load_default_connections
to False
in your airflow.cfg
file.
https://github.com/apache/airflow/pull/7629