Creating wheel files from build pipeline integrated with synapse

Suraj Tripathi 72 Reputation points Microsoft Employee
2022-08-25T07:48:37.193+00:00

Hi,

I need to create wheel files during build pipeline in ADO from the codes which are written in synapse notebook. The synapse notebook is linked to Azure devops git. Can you please tell me how to do it ?

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,369 questions
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2022-08-27T12:41:30.347+00:00

    Hi @SurajTripathi-0210 ,

    There is no direct way of doing this from Synapse notebook. You can consider port code into VS code and create a wheel in it or save file (py) to create a wheel during deployment.

    You can check below video there it explains how to create a wheel file.
    Package your Python code as Wheel File

    Hope this helps. Please let us know how it goes.

    ---------
    Please consider hitting Accept Answer button. Accepted answers help community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful