aneesh-joseph commented on a change in pull request #9973:
URL: https://github.com/apache/airflow/pull/9973#discussion_r460056076
##########
File path: Dockerfile.ci
##########
@@ -309,6 +322,8 @@ RUN if [[ -n "${ADDITIONAL_PYTHON_DEPS}" ]]; then \
pip install ${ADDITIONAL_PYTHON_DEPS}; \
fi
+RUN pip install pyodbc
Review comment:
added it as it's not there in 1.10. thanks for the tips over slack :) -
I moved it in
https://github.com/apache/airflow/pull/9973/commits/f2cb6ccde0c8902c02e1cedee4b225ed93ed03d0
----------------------------------------------------------------
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:
[email protected]