How to allow an integration pipeline to access a view in the serverless SQL Pool Built-in

Steve McMasters 0 Reputation points
2025-04-30T22:06:49.91+00:00

I'm trying to build a pipeline. I want to use as the source dataset - data from the external table created against the parquet files stored in the Gen2 blob. I have the external tables and views setup and can access them in PowerBI via the Azure Synapse Workspace connection. But, when I try and use the serverless SQL pool built-in tables or views as a source, I can't get it to connect. Picture1

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Dileep Raj Narayan Thumula 255 Reputation points Microsoft External Staff Moderator
    2025-05-05T14:07:47.96+00:00

    Hello @Steve McMasters,As you mentioned that you are trying to build a new linked service.

    Using the Azure synapse connector. The Azure synapse connector is meant for the Azure synapse Dedicated pool.

    In order to use the serverless pool in the linked service .

    You can follow below steps as shown in the image:User's image

    To get the fully Qualified name of your serverless pool in synapse workspace you can refer the below image:

    User's image

    Also since you are having the parquet file in the ADLS. you need the appropriate permissions to access the file. The simplest way is to assign yourself the 'Storage Blob Data Contributor' role on the storage account you're querying.

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.