Create Pipeline and DataSet in Azure Synapse workspace(preview) using PowerShell

Pujari, Lavanya (External) 41 Reputation points
2021-03-04T12:33:46.627+00:00

Hi All,

Is there a way to create the pipeline and dataset inside Synapse workspace using Powershell?

Thanks,
Lavanya

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,422 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,389 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vaibhav Chaudhari 38,631 Reputation points
    2021-03-04T15:19:26.137+00:00

    Search for PowerShell command in here - https://learn.microsoft.com/en-us/powershell/module/az.synapse/?view=azps-5.6.0

    Edit #1

    To create synapse pipeline, use Set-AzSynapsePipeline. Check other commands that starts with "Set-" which can be used to create datasets, linked services...

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful