Remove @dawar.rohan
article thumbnail

How to Use Configuration files in databricks

Mlearning.ai

read the configuration file # found the solution here: [link] # copy the file to the local file system dbutils.fs.cp('dbfs:/FileStore/shared_uploads/dawar.rohan@gmail.com/sample_config_file-1.txt', We need to copy the config file to local file system, in order to read the file. txt', "file:///tmp/sample_config_file-1.txt")

Python 52