You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use list_adls_files(sandbox, dir = '/filepath', recursive = TRUE) to see list file names in a storage container, but I am unsure how to use these names in a pipeline to read the files in.
read_excel(path) returned Error: `path` does not exist:
Do I need to first download the files to local session? This seems like an extra step we shouldn't need.
The text was updated successfully, but these errors were encountered:
I can use
list_adls_files(sandbox, dir = '/filepath', recursive = TRUE)
to see list file names in a storage container, but I am unsure how to use these names in a pipeline to read the files in.read_excel(path)
returnedError: `path` does not exist:
Do I need to first download the files to local session? This seems like an extra step we shouldn't need.
The text was updated successfully, but these errors were encountered: