I have a dataframe in Synapse Apache spark pool and I want to create a table for that dataframe in my dedicated sql pool

Aditya Singh 105 Reputation points
2024-03-01T04:20:45.7966667+00:00

I have a dataframe in Synapse Apache spark pool and I want to create a table for that dataframe in my dedicated sql pool.

User's image

Azure SQL Database
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,348 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,436 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.
4,395 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,938 questions
{count} votes

Accepted answer
  1. Smaran Thoomu 9,685 Reputation points Microsoft Vendor
    2024-03-04T05:54:52.5233333+00:00

    Hi @Aditya Singh ,

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer .

    Issue: I have a dataframe in Synapse Apache spark pool and I want to create a table for that dataframe in my dedicated sql pool.
    User's image

    Solution: I got the solution which is below User's image I have the pyspark dataframe df and using this dataframe I want to create a table in my dedicated pool under stage schema.

    If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.

    I hope this helps!

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Aditya Singh 105 Reputation points
    2024-03-04T05:30:52.21+00:00

    Hi @Smaran Thoomu ,

    I got the solution which is below
    User's image I have the pyspark dataframe df and using this dataframe I want to create a table in my dedicated pool under stage schema.