Creating PySpark job through REST API on Azure Synapse Analytics

Jothi Neelamegam 25 Reputation points Microsoft Employee
2023-06-29T06:20:56.4533333+00:00

Hi,

From Azure Synapse Analytics REST API Reference | Microsoft Learn, it appears that we can do management operations using REST API. Is there a way by which I can submit a pyspark job for my spark pool in Synapse Analytics.

Thanks,

Jothi

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,373 questions
0 comments No comments
{count} vote

Accepted answer
  1. AnnuKumari-MSFT 34,556 Reputation points Microsoft Employee Moderator
    2023-06-29T16:45:55.9866667+00:00

    Hi Jothi Neelamegam ,

    Welcome to Microsoft Q&A platform and thanks for posting your question here.

    As I understand your query, you want to execute pyspark notebook via REST API in synapse . Please let me know if that is not the ask here.

    At this moment, we just have

    Notebook operations Descriptions
    Create or update Notebook Create or update notebook
    Delete Notebook Deletes a Note book.
    Get Notebook Gets a Note Book.
    Get Notebooks By Workspace Lists Notebooks.
    Get Notebook Summary By Work Space Lists a summary of Notebooks.
    Rename Notebook Renames a notebook.

    Kindly check the below resource that can be helpful to find the workaround:

    Synapse Notebook Rest API call to Execute a notebook with Parameters

    Hope it helps. Kindly accept the answer if it is helpful. Thankyou.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.