Hi, everyone,
I was hoping to use pyodbc to interact with a Microsoft SQL Server database. I wrote a helper module that imports pyodbc and everything works great in my local IDE.
I created a new CLI instance and pip installed pyodbc. However, if I try to load a DAG that references the helper module Airflow says “no module named pyodbc”.
Has anyone had any success with pyodbc on Airflow? If so, what am I missing?
Thanks!