I have a task where I need to read data from Sql server table in Databricks notebook. I am using Pyspark for the transformation.
My question is how many connection pyspark will open with sql server to read the data ? does it depend on the number of maps created by the job ?
Thanks