Databricks 13.3 Runtime Unable to use Python OS library to access mounted GCP bucket

Kayla
Valued Contributor II

In Databricks 12.2, this Python code block lists out the contents of our ad_hoc folder in our mounted GCP bucket.

 

import os
os.listdir('/dbfs/mnt/hlm/ad_hoc/')

 

For some reason in 13.3 this same code block throws a " No such file or directory" error.