0
I am trying to write data into Azure Synapse dedicated pool using python from spark pool.
It seems like scala has option to have call back and receive error message details. I don't see that in python as option. Any alternatives?
In JDBC we have option to use "schemaCheckEnabled = false" to avoid checking for nullability in target table. How can we enable the same thing in Synapse pool connector?