Permission issue for pandas to read local files

liu
Databricks Partner

I can use pandas to read local files in a notebook, such as those located in tmp.However, when I run two consecutive notebooks within the same job and read files with pandas in both, I encounter a permission error in the second notebook stating that I do not have permission.Could it be that my operations reading from or writing to tables altered the environment?