Faizan Hemotra
Faizan Hemotra
Related to #710
Mssql driver uses tedious which does not support integrated security. Also, connection string does not ask for password now. If you want the integrated security you can try a fork...
Currently, the mssql driver uses tedious which does not support windows authentication. However, msnodesqlv8 driver has support for this. I have created a fork of the mssql extension that allows...
ECONNRESET is coming from the tedious driver. There is an open issue which seems to be related to this: https://github.com/tediousjs/tedious/issues/1483. Unfortunately at this point you can only wait for it...
The mssql sqltools uses tedious to connect to the sql server database which does not currently support integrated security. If you want to, you can use a [fork of the...
I have encountered this before and I do the following: `from pyspark.sql import DataFrame as SparkDataFrame` Maybe a bit descriptive but it works.