Azure-Player / azure.synapse.tools

PowerShell module to deploy Synapse workspace (and more) in Microsoft Azure.
MIT License
20 stars 8 forks source link

DocDiagram Pipeline Filter #19

Open MarkrJames opened 1 year ago

MarkrJames commented 1 year ago

enhancement

In a large/complex project the DocDiagram generated can become cluttered and confusing to understand due to the number of dependencies.

Please add an option to filter to a specific pipeline and display that particular pipeline and all downstream dependencies. This will allow separate diagrams to be created for each pipeline if required.

Example: $synapse = Import-SynapseFromFolder -RootFolder $RootFolder -SynapseWorkspaceName 'whatever' -PipelineFilter 'pipelinename'