I tried using a trusted connection to query database on Linux using daft.read_sql. It only works when I use SQLAlchemy and it times out for ConnectorX. On Windows both are working fine.
The connection string that I used is:
mssql://server/database?trusted_connection=true
What are the steps to reproduce the behavior?
If possible, please include a minimal simple example including:
Database setup if the error only happens on specific data or data type
What language are you using?
Python.
What version are you using?
0.3.3
What database are you using?
MS SQL Server
What dataframe are you using?
Daft
Can you describe your bug?
I tried using a trusted connection to query database on Linux using daft.read_sql. It only works when I use SQLAlchemy and it times out for ConnectorX. On Windows both are working fine.
The connection string that I used is: mssql://server/database?trusted_connection=true
What are the steps to reproduce the behavior?
If possible, please include a minimal simple example including:
Database setup if the error only happens on specific data or data type
Table schema and example data
Example query / code
What is the error?
Time out: bb8 See discussion here for more details: https://github.com/sfu-db/connector-x/discussions/684