Use T-SQL with Pyspark JDBC
I am using Pyspark JDBC to connect to an external database.
Simple queries like SELECT
and INSERT
were executed successfully. I wanted to use TRANSACTION
since I will be dealing with a number of tables with large data.