Forum Discussion

mtomova's avatar
mtomova
Helper III
1 year ago
Solved

Load custom SQL function from Azure Synapse into Microsoft Fabric Lakehouse

Hi all,   Let me start with this - I am 99.99% new to Fabric...   What I have done so far is load some tables from Azure Synapse into Fabric in a Lakehouse via a Dataflow Gen2. What I also want ...
  • suparnababu8's avatar
    1 year ago

    Hi mtomova 

     

    • After creating stored procedure in Azure Synapse that includes your custom SQL function, create a pipeline Script activity to run the stored procedure in Fabric environment. 
    • Then in the pipeline use copy asiatnat activity to load preprocessed table data into Lakehouse. Now, execute the two pipeline activities to load the data in to your Lakehouse.

    Please go through this official documentaion Preprocess data with a stored procedure before loading into Lakehouse - Microsoft Fabric | Microsoft Learn it might helps you to solve your problem.

     

    Thank you!

     

    Did I answer your question? Mark my post as a solution!

    Proud to be a Super User!