You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 22, 2025. It is now read-only.
Describe the bug
We are unable to to connect to a locally hosted SQL Server with connection metadata registered in the Airflow UI.
source = aql.Table(name=TABLE_NAME, conn_id=CONNECTION_ID) fails with:
File "src/pymssql/_pymssql.pyx", line 593, in pymssql._pymssql.connect
standard_task_runner.py:104} ERROR - Failed to execute job 55 for task export_to_file (connect() got an unexpected keyword argument 'extra'; 508)
Version
Astro: 1.7.0
pymssql 2.2.10
OS: Ubuntu
We are running the cloud composer airflow environment locally provided by Google.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
We are unable to to connect to a locally hosted SQL Server with connection metadata registered in the Airflow UI.
source = aql.Table(name=TABLE_NAME, conn_id=CONNECTION_ID) fails with:
File "src/pymssql/_pymssql.pyx", line 593, in pymssql._pymssql.connect
standard_task_runner.py:104} ERROR - Failed to execute job 55 for task export_to_file (connect() got an unexpected keyword argument 'extra'; 508)
Version
The text was updated successfully, but these errors were encountered: