Share via

Dataverse - Synapse

Wajih Arfaoui 70 Reputation points
2024-03-18T12:47:12.79+00:00

Hello,

I am using Azure Synapse Link and Dataverse to get data from my CRM but then I am a couple of questions regarding the use of it for analysis.

  • Can I use the data i pulled from dataverse which is in a lake database in a same query as a table in the dedicated cluster so mainly a table in Synapse schema ?
  • when trying to query the table using serverless i get this error : External table 'dataverse_letecproduct_3338efaf29c245db98b4da54098dec.dbo.bd_contact_status' is not accessible because content of directory cannot be listed.
  • How can I include a table from lake database as a source in an ADF pipeline ?

Thank you

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.

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,886 Reputation points MVP Volunteer Moderator
    2024-03-18T13:34:16.2666667+00:00

    w.r.t your queries :

    • when trying to query the table using serverless i get this error : External table 'dataverse_letecproduct_3338efaf29c245db98b4da54098dec.dbo.bd_contact_status' is not accessible because content of directory cannot be listed.

    Ans : you need to provide storage blob data contributor access. Similar thread :

    https://learn.microsoft.com/en-us/answers/questions/1192393/external-table-dbo-v1-is-not-accessible-because-co

    • How can I include a table from lake database as a source in an ADF pipeline ?

    ANs : You can connect to the lake database from ADF via Azure SQL database linked service and then query the data you need to copy

    • Can I use the data i pulled from dataverse which is in a lake database in a same query as a table in the dedicated cluster so mainly a table in Synapse schema ?

    Can you be little more specific on this? what do you mean by dedicated cluster?

    Was this answer helpful?


Your answer

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