Matthew McDermott

Results 57 comments of Matthew McDermott

Any ETA on this?

I'm having a similar issue, so any updates here would be greatly appreciated!

One possible note to help debug this. When I run ```python In [11]: query="SELECT TOP 1 * FROM Inovalon.dbo.provider"; conn="mssql://{server}:{port}/{database}?encrypt=true&trusted_connection=true" In [12]: df = cx.read_sql(conn, query) [2023-08-24T15:31:49Z DEBUG connectorx::pandas] Protocol:...

@wangxiaoying As I think there are a few issues now that are related to this, and I think it may be the case that the failure is that trusted connections...

Any update on this? This issue totally invalidates submitit wholesale on any system where slurm job IDs have been re-set. Everything just immediately crashes claiming the job as completed right...

I suspect this may be related to https://github.com/sfu-db/connector-x/issues/233 Also this is likely another duplicate: https://github.com/sfu-db/connector-x/issues/509

Oh, thanks for the info @mavestergaard -- Can you clarify what version you mean, though? Do you mean 0.3.1, possibly? I see the current version of connectorx at 0.3.2. When...

Thanks @adeljaouen ! Unfortunately, that solution does not work for me. I suspect part of the reason it works for you is that you are providing a username/password in the...

I suspect the error is related to this https://github.com/sfu-db/connector-x/issues/233 (or vice versa). Also related https://github.com/sfu-db/connector-x/issues/528