Document toolboxDocument toolbox

Working with MSSQL warehouse connection

To create MSSQL Warehouse connection for reading data, perform the following steps.

  1. Select WAREHOUSE as Category value.

  2. Select the MSSQL Provider from the list.

  3. The Driver Class field is displayed by default.

  4. Provide the URL, username, and password.

  5. Provide JDBC as value in Spark Read Method field.

  6. After you finish configuring the settings using the table shown below the screenshot, click the Test button from the top left to validate the connection settings.

  7. If the connection is valid, click the Save button. 

image-20241001-094947.png

Connection Details in Kyvos for Sanity Suite

To create MSSQL Warehouse connection for sanity suite, perform the following steps.

Parameter

Description

Parameter

Description

Name

Enter SanityConnection as a name.

Category

Select the Warehouse option.

Provider

Select the MSSQL option.

Driver

Enter the Driver class as com.microsoft.sqlserver.jdbc.SQLServerDriver

URL

Enter URL as

jdbc:sqlserver://sqlServerIp:port;databaseName=yourDatabaseName;encrypt=true;trustServerCertificate=true

Username

Enter your SQL Server username.

Password

Enter your SQL Server password.

Spark ReadMethod

Select JDBC 

Schema Enabled

Select this checkbox to enable schema.

Copyright Kyvos, Inc. All rights reserved.