@Databricks_Support How can you follow any training, if it's nearly impossible to do it by using these two options:
1. Azure Standard (one month trial with $260 credit)
2. Databricks 14 day trial.
I tried creating a cluster using both options with t...
I'm having a similar issue in Azure with MS-SQL Server Datawarehouse (DWH) Eventhough I have set the target column to nvarchar(4000) on MS SQL Server DWH This is the code: spark.conf.set(
"spark.sql.parquet.writeLegacyFormat", "true")
dwDF.write.for...