We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aadab80 + a47053f commit 558a388Copy full SHA for 558a388
articles/sql-database/sql-database-spark-connector.md
@@ -59,7 +59,7 @@ import com.microsoft.azure.sqldb.spark.connect._
59
val config = Config(Map(
60
"url" -> "mysqlserver.database.windows.net",
61
"databaseName" -> "MyDatabase",
62
- "dbTable" -> "dbo.Clients"
+ "dbTable" -> "dbo.Clients",
63
"user" -> "username",
64
"password" -> "*********",
65
"connectTimeout" -> "5", //seconds
@@ -97,7 +97,7 @@ import com.microsoft.azure.sqldb.spark.connect._
97
98
99
100
101
102
"password" -> "*********"
103
))
0 commit comments