Azure Synapse: How do you set up blob storage file as Azure Synapse external table that can be replicated?
Tyler Clark
1
Reputation point
Hello,
In Azure Synapse, one of the more powerful features is setting up a Spark table and having it replicated to query it in SQL Serverless. This works great if you set up a file in the data lake as a Spark table, but if I set up an azure blob storage file as a Spark table, I get an error when querying it from SQL Serverless. I think this is because the SAS_Token is only stored based on the session. \
Is there a way to set up an Azure Blob Storage file as a Spark table that can be queried through SQL Serverless?
Sign in to answer