我正在尝试使用python将Databricks集群连接到现有的SQL Server数据库。我想利用集成的身份验证方法。获取错误com.microsoft.sqlserver.jdbc.SQLServerException: This driver is not configured for integrated authentication= "sampledb-dev.database.windows.net"jdbcDatabase = "sampledb-dev"
jdbcUrl
我有这个实体类: public class StatusCode public const String ClassName = nameof(StatusCode); public Guid UniqueID { get; set; } // Primary Key public Guid CodeGroup