I have used Postgres as datasource for the charts. when dashboard is loaded connection goes from active to idle state and remains the same until restart. ### Superset version 0.15.1 and 0.26.0 ### Expected results Idle Connections needs to be managed or released properly.
### Actual results Idle connection are created and remains as long as the application restarts ### Postgres Version: 9.6.8 ### Steps to reproduce Just Reload the Dashboard and fire queries from sql lab: fire following query: select state, count(pid) from pg_stat_activity where datname = 'my_db' group by state; [ Full content available at: https://github.com/apache/incubator-superset/issues/5953 ] This message was relayed via gitbox.apache.org for [email protected]
