JCisneros77 opened a new issue, #47185: URL: https://github.com/apache/airflow/issues/47185
Not sure if this is the exact line of code that needs to be changed, but currently the latest version of `apache-airflow-providers-microsoft-mssql` seems to be checking for requirement `apache-airflow-providers-common-sql>=1.20.0 `. https://github.com/apache/airflow/blob/28c93d93ca27a509182e7c6acfacc60ad45e739f/providers/microsoft/mssql/src/airflow/providers/microsoft/mssql/get_provider_info.py#L93 This is incorrect as the following configuration: `apache-airflow-providers-microsoft-mssql == 4.2.0` `apache-airflow-providers-common-sql == 1.20.0 ` Will result in `No module named 'airflow.providers.common.sql.dialects'` error messages. Latest version of `apache-airflow-providers-microsoft-mssql`, (4.2.0), requires `apache-airflow-providers-common-sql>=1.23.0` -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
