I am trying to read data from storage account Gen2 via External Table - dedicated sql pool.
I am able to access the storage account files and able to runt he queries absolutely fine for sometime and getting below error all of a sudden.
sqlalchemy.exc.ProgrammingError: (pyodbc.ProgrammingError) ('42000', '[42000] [Microsoft][ODBC Driver 18 for SQL Server][SQL Server]Not able to validate external location because The remote server returned an error: (500) Internal Server Error. (105215) (SQLExecDirectW)')
Could someone please guide what going wrong?