Hello @Rohit Kulkarni ,
Thanks for the question and using MS Q&A platform.
As we understand the ask here is read the paraquet file stored at the cloud storage , please do let us know if its not accurate.
Delta is storing the data as parquet, just has an additional layer over it with advanced features, providing history of events, (transaction log) and more flexibility on changing the content like, update, delete and merge capabilities. This link delta explains quite good how the files organized. The error above does call out the location of transaction log .
So if you try the below piece of code , you should be able to read the files
filepath="abfss://******@storagename.dfs.core.windows.net/temp/bronze/salesforce/account/"
df = spark.read.format("delta").load(filepath)
Please do let me if you have any queries.
Thanks
Himanshu
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators