Re: Reg: spark delta table read failing

2025-05-21 Thread Bjørn Jørgensen
I don't think pyspark 3.5.X and python 3.12 work that well together. ons. 21. mai 2025 kl. 21:15 skrev Akram Shaik : > Hello, > > I am trying to access the azure storage account using the delta table from > pyspark shell using azure AAD identity. I see the token is getting > generated successfull

Reg: spark delta table read failing

2025-05-21 Thread Akram Shaik
Hello, I am trying to access the azure storage account using the delta table from pyspark shell using azure AAD identity. I see the token is getting generated successfully but the debug log is showing the unexpected response. I tried from managed identity using python to access the storage account