Jovan Popovic shows off one integration point between the data services in Azure Synapse Analytics:
Azure Synapse Analytics provides multiple query runtimes that you can use to query in-database or external data. You have the choice to use T-SQL queries using a serverless Synapse SQL pool or notebooks in Apache Spark for Synapse analytics to analyze your data.
You can also connect these runtimes and run the queries from Spark notebooks on a dedicated SQL pool.
In this post, you will see how to create Scala code in a Spark notebook that executes a T-SQL query on a serverless SQL pool.
Read on to see how. You can also query Spark pool and dedicated SQL pool tables from serverless SQL pools.
4 Comments