Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 05:50 AM
Hello,
How to show the properties of the folders/files from DBFS ?
Currently i am using this command :
display(dbutils.fs.ls("dbfs:/"))
But it only shows :
- path
- name
- size
How to show these properties ? :
- CreatedBy (Name)
- CreatedOn (Date)
- ModifiedBy (Name)
- ModifiedOn (Date)
Thanks.
1 ACCEPTED SOLUTION
Accepted Solutions
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 06:13 AM
Only one idea is to use %sh magic command but there is no name (just root)
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 06:13 AM
Only one idea is to use %sh magic command but there is no name (just root)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-27-2022 08:16 AM
Ok thank you 🙂

