You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Luke Maycock (JIRA)" <ji...@apache.org> on 2016/06/27 14:54:52 UTC

[jira] [Created] (AIRFLOW-281) mssql_hook does not pass port to pymssql's connection method.

Luke Maycock created AIRFLOW-281:
------------------------------------

             Summary: mssql_hook does not pass port to pymssql's connection method. 
                 Key: AIRFLOW-281
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-281
             Project: Apache Airflow
          Issue Type: Bug
          Components: hooks
            Reporter: Luke Maycock
            Assignee: Luke Maycock


The mssql_hook does not pass the port through to pymssql's connection method. Therefore, the port entered in the UI in 'Admin > Connections' is ignored for mssql connections. 

Proposed fix: 
Used named arguments and include the 'port' argument. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)