You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2018/12/06 13:48:00 UTC

[jira] [Created] (AIRFLOW-3478) Make sure that database connections are closed

Fokko Driesprong created AIRFLOW-3478:
-----------------------------------------

             Summary: Make sure that database connections are closed
                 Key: AIRFLOW-3478
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3478
             Project: Apache Airflow
          Issue Type: Task
            Reporter: Fokko Driesprong


Calling .close() will make sure that the connection is being given back to the pool. When using settings.Session() directly, it is easy to forget to commit and close the session.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)