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
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:
#684
The text was updated successfully, but these errors were encountered: