Guillaume G
09/28/2022, 4:05 PMget_directory
I got
Exception has occurred: TypeError
object of type 'PosixPath' has no len()
Do you know how to use SMB block ?
I also get this issue https://github.com/PrefectHQ/prefect/issues/6971 when I try to put_directory
Thanks 🙂Rob Freedy
09/29/2022, 2:29 PMGuillaume G
09/30/2022, 8:41 AMsmb_block = SMB.load("datalake")
smb_block.get_directory("/test")
site-packages/fsspec/utils.py", line 379, in other_paths
assert len(paths) == len(path2)
TypeError: object of type 'PosixPath' has no len()
Rob Freedy
09/30/2022, 2:23 PM