Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 07:28 AM
@Nermin Yehia can you use this command to copy you files from shared
dbutils.fs.cp ("file:/workspace/shared/.....", "dbfs:/tmp/sqls/*")
and to read try to use
display(dbutils.fs.ls("file:/tmp/sqls/*"))
karthik.p