You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/01/02 12:13:15 UTC

[GitHub] [airflow] baolsen edited a comment on issue #6850: [AIRFLOW-6296] add mssql odbc hook

baolsen edited a comment on issue #6850: [AIRFLOW-6296] add mssql odbc hook
URL: https://github.com/apache/airflow/pull/6850#issuecomment-570190878
 
 
   (Per Slack reply)
   I really feel that SQL Alchemy might be useful here. Using different dialects allows us to be backwards compatible and let the user decide whether to use pymssql or pyodbc (with the extra effort that it requires). 
   Or we could easily do dialect = pymssql (for Airflow 1.10.7) and pyodbc for Airflow 2

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services