Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Reply
alexp01482
New Member

Ingest parquet files in SQL Azure

Hi

 

We are exporting data from D365 to a Gen 2 datalake and from there I want to ingest it into a SQL azure database. I tried using the " Copy Dataverse data into Azure SQL using Synapse Link"  template to acheive this, however the files in the storage account for the datalake are parquet files and this only seems to work for csv's.

 

What is the most efficient way to ingest the parquet files into SQL Azure? Is there an established pattern for the D365 data structure? Can I take advantage of the Common Data Model?

Cheers

Alex

1 ACCEPTED SOLUTION
nilendraFabric
Community Champion
Community Champion

Hello @alexp01482 

I would suggest this approach

  • Use Azure Synapse's serverless SQL pool to directly ( OPENROWSET) query Parquet files stored in Azure Data Lake Gen2.
  • Transform the data using T-SQL and load it into Azure SQL Database using pipelines or external tables.
  • This method is highly efficient for large datasets due to parallel processing and minimal data movement

 

When exporting data from Dynamics 365 to Azure Data Lake Gen2, it often adheres to the Common Data Model (CDM).

 

 

If this is helpful , please accept the answer and give kudos

View solution in original post

1 REPLY 1
nilendraFabric
Community Champion
Community Champion

Hello @alexp01482 

I would suggest this approach

  • Use Azure Synapse's serverless SQL pool to directly ( OPENROWSET) query Parquet files stored in Azure Data Lake Gen2.
  • Transform the data using T-SQL and load it into Azure SQL Database using pipelines or external tables.
  • This method is highly efficient for large datasets due to parallel processing and minimal data movement

 

When exporting data from Dynamics 365 to Azure Data Lake Gen2, it often adheres to the Common Data Model (CDM).

 

 

If this is helpful , please accept the answer and give kudos

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

May FBC25 Carousel

Fabric Monthly Update - May 2025

Check out the May 2025 Fabric update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.