Hello @Jeff vG ,
Thanks for the question and using MS Q&A platform.
Generally we do view Dataflow script in Azure Data Factory portal. It is not recommended to use Azure DevOps Repos and VS to view and edit these dataflow scripts directly.
Note: Script snippets are shareable code of Data Flow Script that you can use to share across data flows.
An eight minute video on usage of Data Flow Scripts in ADF: https://www.microsoft.com/en-us/videoplayer/embed/RE4tA9b
When you build a data flow script to use with PowerShell or an API, you must collapse the formatted text into a single line. You can keep tabs and newlines as escape characters. But the text must be formatted to fit inside a JSON property. There is a button on the script editor UI at the bottom that will format the script as a single line for you.
If you want to view the Dataflow script in Visual Studio 2019:
Step1: Open DataFlow Script and copy the JSON content.
Step2: Open Visual Studio 2019 and create a new JSON file and paste the DataFlow script.
Hope this helps. Do let us know if you any further queries.
---------------------------------------------------------------------------
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.