DBFS Access
DBFS FUSE mount
%sh echo "I'm creating a new file in DBFS" > /dbfs/my/newfile.txt%python
with open("/dbfs/my/newfile.txt", "w") as f:
f.write("I'm creating a new file in DBFS")Enable DBFS FUSE mount
Scala DBUtils (and %fs magic) with scratch paths
Configure Scala DBUtils (and %fs magic) with scratch paths
Configure DBUtils in Python
Example workflow
Last updated
Was this helpful?

