You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Igor Khrol (Jira)" <ji...@apache.org> on 2019/08/29 10:09:00 UTC

[jira] [Created] (AIRFLOW-5343) pool_pre_ping support for SQLAlchemy connection

Igor Khrol created AIRFLOW-5343:
-----------------------------------

             Summary: pool_pre_ping support for SQLAlchemy connection
                 Key: AIRFLOW-5343
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-5343
             Project: Apache Airflow
          Issue Type: Task
          Components: configuration
    Affects Versions: 1.10.4
            Reporter: Igor Khrol


SQLalchemy supports connection check while returning it from the pool. There is a need to allow this parameter (`pool_pre_ping`) while creating the connection to database.

 

[https://docs.sqlalchemy.org/en/13/core/pooling.html#disconnect-handling-pessimistic]
[https://github.com/apache/airflow/blob/master/airflow/settings.py#L189]
 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)