shahar1 commented on PR #44190: URL: https://github.com/apache/airflow/pull/44190#issuecomment-2493066443
> @shahar1 I need help, is there any way to pass this test? https://github.com/apache/airflow/actions/runs/11965697415/job/33360361183?pr=44190 It seems that it has to do with the the following definition in the tests: ```python PYMSSQL_CONN = Connection( conn_type="mssql", host="ip", schema="share", login="username", password="password", port=8081 ) ``` I assume that behind the scenes it initiates `PymssqlConnection(...)` with the `**extra_conn_args` that you just added, and now it fails all the tests that use it, as the `sqlalchemy` doesn't know how to handle the extra keys. Do you manage to reproduce the issue when you run the `breeze` command locally? Try to take a closer look on one of the failing tests and see what needs to be done with the extra params. I hope that it helps :) -- 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]
