data-engineer-learning-path
data-engineer-learning-path copied to clipboard
The Dir Path Should be changed
There is file in the DE2.2 "Classroom-Setup-02.2" that is the child notebook of "DE 2.2 - Providing Options for External Sources"

So the File path is pointing to dbfs location while this path is wrong
Currently path is
%py
dbutils.fs.ls("/dbfs/mnt/dbacademy-datasets/data-engineer-learning-path/v01/ecommerce/raw/users-historical/")
Below is the wrong path Result snapshot

but the right path is
%py
dbutils.fs.ls("/mnt/dbacademy-datasets/data-engineer-learning-path/v01/ecommerce/raw/users-historical/")
Below Snapshot is the right path
