I have this structure -
Folder-1 - the root of databricks access directory. "databricks.yaml" file is in this directory
Folder-1 / Folder-2 has notebooks. One of the notebook, "test-notebook" is used for *job* configuration in databricks.yaml file.
Folder-1 / Folder-2 / configs / config.json is used by "test-notebook". When running the notebook directly in Databricks UI, I can read the contents of config.json and use json data successfully. I use the path 'configs/config.json'
However, when I deploy bundle and run the job, I get FileNotFound error. From the context of a job, the file configs / config.json is not accessible.
What is the best way to save configuration files within an access bundle and how to ensure that the file is available to the notebook?
Thanks,
Archana