Azure-Player / azure.datafactory.tools

Tools for deploying Data Factory (v2) in Microsoft Azure
https://azureplayer.net/adftools
MIT License
212 stars 69 forks source link

No Space for SQL queries its getting added without space in datafactory under pipelines #275

Closed zameer712 closed 1 year ago

zameer712 commented 1 year ago

Describe the bug Spaces are not coming in between the queries and text which is being passed @NowinskiK please help us here

When we are running the github actions its updating the query inside datafactory without space , please help in fixing it

image

      Set-PSRepository -Name PSGallery -InstallationPolicy Trusted    
      Install-Module -Name Az.DataFactory -Repository PSGallery -Force          
      Install-Module -Name azure.datafactory.tools -Repository PSGallery -Force
      Import-Module -Name azure.datafactory.tools
      Update-Module -Name azure.datafactory.tools
      Get-Module -Name azure.datafactory.tools
MarliesVeenes commented 1 year ago

This is a duplicate of #274, probably both issues have the same cause.