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.
We'll cover the following...
We'll cover the following...
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:
Then, create a code cell and enter the following PowerShell script:
If all has gone well, your notebook should look a lot like the one below:
The Notebook file can also be ...