How can we load a table data from dedicated pool to spark Pool

Devender 66 Reputation points
2022-11-01T18:00:22.463+00:00

hi Community,
Is there a way through which we can load the whole table data from dedicated pool to spark pool datalake in Synapse?
I have a requirement where i am currently loading data in spark datalake tables directly from csv files. But i am thinking rather than using files for reading i would first load the data of my csv files into dedicated pool and from there into spark datalake?
so in future if we need to add new data into our table we can add that in Synapse dedicated pool and those should reflect in spark tables also.
****is ETL possible here?****

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,562 questions
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,378 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,642 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2022-11-02T09:44:53.427+00:00

    Hi @Devender ,

    Thank you for posting query in Microsoft Q&A Platform.

    As per my understanding, it seems you are looking for possibilities of taking data from dedicated SQL database table to delta tables in Synapse. Please correct me if I am wrong.

    You can consider using dataflows in Azure data factory or Azure Synapse analytics. Or you can consider writing pyspark code in Synaspe notebooks as well.

    When you use delta tables as in sink in dataflows. make sure to select inline dataset option.
    256344-image.png

    Hope this helps. Please let me know if any further queries.

    ---------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    • Want a reminder to come back and check responses? Here is how to subscribe to a notification

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.