Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

  1. Select WAREHOUSE as Category value.

  2. Select GENERIC as Provider value.

  3. Provide com.microsoft.sqlserver.jdbc.SQLServerDriver in the driver class field.

  4. Provide the URL, username, and password.

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

  6. Add a new property by clicking the Properties link.

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

    2. Enter its value as True.

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

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

image-20240729-100334.png

Connection Details in Kyvos for Sanity Suite

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

  • Name: SanityConnection

  • Driver Class: com.microsoft.sqlserver.jdbc.SQLServerDriver

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

  • Username: yourSQLServerUsername

  • Password: yourSQLServerPassword

  • Spark Read Method: JDBC

  • User also needs to add a property to make the connection visible

  • Name: kyvos.connection.isRead

  • Value: true

  • No labels