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 2021/01/11 21:30:25 UTC

[GitHub] [airflow] mik-laj commented on issue #13617: Error when importing MsSQLOperator on Airflow 2.0.0

mik-laj commented on issue #13617:
URL: https://github.com/apache/airflow/issues/13617#issuecomment-758237300


   You should also add odbc provider.
   ```
   pip install --no-cache-dir --user apache-airflow-providers-odbc
   ```
   https://github.com/apache/airflow/blob/d2754ef76958f8df4dcb6974e2cd2c1edb17935e/airflow/providers/microsoft/mssql/operators/mssql.py#L23
   It is also describe in package description.  https://pypi.org/project/apache-airflow-providers-microsoft-mssql/ (See: Cross provider package dependencies)
   
   
   


----------------------------------------------------------------
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