The print method for SubTreeFileSystem objects prints only the class name. Make it print more useful information, such as a filesystem URI including scheme. For example:
print(s3_bucket("ursa-labs-taxi-data")) ## SubTreeFileSystem: s3://ursa-labs-taxi-data
- is related to
-
ARROW-11238 [Python] Make SubTreeFileSystem print method more informative
-
- Open
-
- relates to
-
ARROW-10834 [R] Fix print method for SubTreeFileSystem
-
- Resolved
-
- links to