data-engineer-learning-path icon indicating copy to clipboard operation
data-engineer-learning-path copied to clipboard

The Dir Path Should be changed

Open aviral-bhardwaj opened this issue 3 years ago • 1 comments

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"

image

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

image

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

image

aviral-bhardwaj avatar Dec 28 '22 06:12 aviral-bhardwaj