You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ash Berlin-Taylor (JIRA)" <ji...@apache.org> on 2019/01/30 09:35:00 UTC

[jira] [Updated] (AIRFLOW-3566) MsSqlHook connection parameters are not configurable

     [ https://issues.apache.org/jira/browse/AIRFLOW-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ash Berlin-Taylor updated AIRFLOW-3566:
---------------------------------------
    Description: 
I have looking on MsSqlHook implementation it uses the default timeout of the driver  -> is no timeout.

uses internally pymssql the default time is 0 -> is no timeout look at [http://pymssql.org/en/stable/ref/pymssql.html]

There are other connection options to pymssql that we should support pulling from the extra field of the connection

 

 

 

  was:
I have looking on MsSqlHook implementation it uses the default timeout of the driver  -> is no timeout.

uses internally pymssql the default time is 0 -> is no timeout look at http://pymssql.org/en/stable/ref/pymssql.html

 

 

 

        Summary: MsSqlHook connection parameters are not configurable  (was: MsSqlHook timeout is not configurable)

> MsSqlHook connection parameters are not configurable
> ----------------------------------------------------
>
>                 Key: AIRFLOW-3566
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3566
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: hooks
>            Reporter: Mark Zitnik
>            Priority: Minor
>             Fix For: 1.10.0
>
>
> I have looking on MsSqlHook implementation it uses the default timeout of the driver  -> is no timeout.
> uses internally pymssql the default time is 0 -> is no timeout look at [http://pymssql.org/en/stable/ref/pymssql.html]
> There are other connection options to pymssql that we should support pulling from the extra field of the connection
>  
>  
>  



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