How to resolve the column name in s3 path saved as UUID format

sher
Valued Contributor II

our managed databricks tables stored in s3 as default, while i am reading that s3 path directly i am getting the column value as UUID

eg: column name ID in databricks table
while checking the S3 Path, the column name looks like COL- b400af61-9tha-4565-89c4-d6ba43f948b7 

how to resolve it, basically i am reading the S3 path directly to generate as external table in Snowflake

Thanks