An Azure relational database service.
Hi Gaurav Patil ,
I understand that you are facing error while trying to access or create an external table in synapse Serverless SQL pool.
Before trying to access the external table, there are few pre-requisites that needs to be taken care of, the following objects needs to be created :
- DATABASE SCOPED CREDENTIAL
- EXTERNAL DATA SOURCE
- EXTERNAL FILE FORMAT
Kindly checkout the documentation: https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/create-use-external-tables?source=recommendations#prerequisites
Reference videos:
- Create External Data source and DATABASE SCOPED CREDENTIAL in Azure Synapse Analytics
- Create External File Format in Azure Synapse Analytics
Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou