jkafrouni
jkafrouni
I'm not an expert in this but had similar issues, using a jTDS driver to access a MS SQL database. Here is how I fixed it: 1. Cleanest fix: by...
@rwill128 did you figure out what was wrong ? running into the exact same problem now... (pysc2 version 1.2 from pip)
Any update on this?
A hacky workaround I've found is: ``` from adlfs import AzureBlobFileSystem fs= AzureBlobFileSystem(account_name="onelake", anon=False) fs.account_host = "onelake.blob.fabric.microsoft.com" fs.do_connect() ``` You can then pass it for example to pandas to read...