[ 
https://issues.apache.org/jira/browse/AIRFLOW-6296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17335812#comment-17335812
 ] 

ASF GitHub Bot commented on AIRFLOW-6296:
-----------------------------------------

dstandish edited a comment on pull request #6850:
URL: https://github.com/apache/airflow/pull/6850#issuecomment-829515009


   @eladkal for background, the original thought was that we would deprecate 
support for pymssql and switch to pyodbc since the pymssql project, at the 
time, had been abandoned, and they pushed out an intentionally broken 3.0 
release.
   
   So I added an odbc hook, and using the method `Connection.get_hook`, updated 
MsSqlOperator so that it would use the hook you chose based on your 
connection's `conn_type` (allowing you to optionally start using odbc)
   
   But later, I think the pymssql project was resurrected, and at some point 
airflow decided to un-deprecate pymssql as the client for mssql.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> add mssql odbc hook
> -------------------
>
>                 Key: AIRFLOW-6296
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6296
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>    Affects Versions: 1.10.7
>            Reporter: Daniel Standish
>            Assignee: Daniel Standish
>            Priority: Major
>             Fix For: 2.0.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to