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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Added
skip_instance_cache kwarg to FoundryFileSystem, which gets passed to fsspec
it should be set to True in a multithreaded environment (e.g. Streamlit),
as the same filesystem instance gets reused by default,
which resulted in weird behaviour. (#11)
an extra check, which may prevent sending a bad request to foundry
when skip_instance_cache is not used (#11)
Changed
remove pandas from top level import, which should speed up the initial import (#11)
restrict pandas to version less than 2,
as pyspark is currently not compatible with version 2 (#11)