I'm using Composer version 1.2.0-1.9.0, and I'm trying to use a MsSqlOperator in one of my DAGs. However, when published, Airflow gave me the error: No module named 'pymssql'.
Now, I could install it as a PyPi package, but shouldn't it be supported natively? Even if not, can't I include the mssql subpackage when creating an environment?