Parameterization using Notebooks in Azure Synapse Analytics Introduction: Parameterization is very useful when you want a reusable code that you can use forever and get the output by executing it only by changing the parameter for all your future requirements. Continue Reading →
Create Synapse Notebook and run Python and SQL under Spark Pool In this article we will look into how could we run both Python and SparkSQL queries in a single notebook workspace under the built-in Apache Spark Pools to transform the data in a single window. Continue Reading →