Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Select WAREHOUSE as Category value.

  2. Select GENERIC as Provider value.Provide com.microsoft.sqlserver.jdbc.SQLServerDriver in the driver class fieldthe 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.

    Add a new property by clicking the Properties link.

  6. Enter property’s name as kyvos.connection.isRead

  7. Enter its value as True

    .

  8. 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.

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

...

Parameter

Description

Name

Enter SanityConnection as a name.

Category

Select the Warehouse option.

Provider

Select the Generic 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.

Properties

Click Properties to view or set properties.

You need to add a property to make the connection visible

Name: kyvos.connection

.

isReadValue: true