working with community python fsspec filesystem #339
DeoLeung
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
You should probably raise this as a bug in the ossfs repo? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I encounter
duckdb.duckdb.Error: AttributeError: 'int' object has no attribute 'timestamp'
when usingossfs.AioOSSFilesystem
it took me quite some time to figure out what happend :(
I originally thought that was my excel file containing timestamp, not I figured out that
ossfs
's modified return an int instead of datetimea quick work around will be
Beta Was this translation helpful? Give feedback.
All reactions