Hey @whatthefee , quick clarification here. You’re on Free Edition, not Community Edition (Community Edition has been retired).
Can you confirm whether those screenshots are from Free Edition, or from the legacy Community Edition environment (which was taken offline on January 1, 2026)?
If you’re on Free Edition, you should be able to import directly from the Workspace path, for example:
df = spark.read.csv(”/Workspace/Users/username/path/to/file.csv”, header=True
TL;DR
Use Unity Catalog volumes (the /Volumes path) or workspace-backed tables/files. You may still see remnants of DBFS via dbutils, but most of that functionality doesn’t exist the way it did in Community Edition. DBFS is also slated to be removed entirely in the future.
Hope this helps, Louis