I know my DBFS path is backed by S3. Is there any utility/function to get the exact S3 path from a DBFS path? For example,
%python
required_util('dbfs:/user/hive/warehouse/default.db/students')
>> s3://data-lake-bucket-xyz/.......
I was going through a few other discussions, for example - What s3 bucket does DBFS use? How can I get the S3 location of a DBFS path but didn't get any useful answer