Search⌘ K
AI Features

Running Our Dataflow

Explore how to run PowerShell scripts inside Azure Data Studio notebooks to implement dataflows. Understand setting parameters, executing scripts safely, and integrating extraction and loading with transformation to build ELT pipelines.

Running the PowerShell script in a notebook

Now, we should be all set to run the PowerShell script. We’ll start by creating a notebook (Alt+Windows+N) and selecting the PowerShell Kernel.

Note: If you need a refresher on using ADS Notebooks, please review Getting Things Done with Notebooks

Next, create a text cell and enter the following markdown:

Markdown
# Copy Table Example
...