Hi,
I am a student who learning databricks, In the below code I tried to write data in delta format to a gold layer. I authenticated using the service principle method to read, write and execute data , I assigned the storage blob contributor role, but still, I am having the following error the location and the folder in the container everything is right. Not sure what causing the error. Any suggestions and solutions is greatly appreciated!
- silver = 'abfss://silver@synapsecoursedlstorag.dfs.core.windows.net'
- gold = "abfss://gold@synapsecoursedlstorag.dfs.core.windows.net"
- df_zone.write.format('delta').mode('append').option('path',f'{gold}/trip_zone').saveAsTable('gold.trip_zone')