An Apache Spark-based analytics platform optimized for Azure.
Hi @RAJLAXMI
Root Cause :
Please confirm are you using free account and using the compute are serverless. if your using serverless you not able to fetch data from Catalog Explorer directly.
Solution :
if you want use serverless compute execute queries from your notebook. it will be execute.
SELECT * FROM catalog.schema.table LIMIT 10;
if you want to use catalog explorer you need to configure or add new compute based on your minimum requirements.
Thanks.