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 3 Next »

Applies to:Kyvos Enterprise  Kyvos Cloud (Managed Services on AWS)  Kyvos Azure Marketplace

Kyvos AWS Marketplace  Kyvos Single Node Installation (Kyvos SNI)  Kyvos Free (Limited offering for AWS)


Kyvos supports connection to Azure SQL database connections using JDBC connectivity to enable users to perform business analytics on semantic models designed on AzureSQLDB.

Info

In the Azure SQL Database, ensure that the fact tables having high data volume are partitioned in the table column, which is used in the Partition column option of the Kyvos dataset.

Refer to Creating a dataset section for details.

Prerequisites

Before creating an Azure SQL database connection, ensure that the following are available.

  1. Provide Kyvos and Databricks virtual network access on your Azure SQL database. For this, go to Networking and add your networks, as shown in the image below.

Creating Azure SQL database connection

To create the connection, perform the following steps.

  1. From the Toolbox, click Connections.
  2. From the Actions menu (  ) click Add Connection.
  3. Enter the following details: 

    Parameter/Field

    Comments/Description

    NameEnter a unique name for the connection.
    CategorySelect the Warehouse option.  There may be more than one warehouse connection.
    ProviderSelect AZURESQLDB, and enter provider details.
    Driver classProvide the Driver class to connect to the Azure SQL DB.
    URL

    In the URL field, provide the Azure SQL DB URL in the format: jdbc:sqlserver://kyvosazuresql.database.windows.net:1433;database=automationtables;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;

    User NameEnter your Azure SQL Database user name. 
    PasswordEnter your Azure SQL Database password. 
    Use as source

    By default, the checkbox is selected as this connection can only be used to read data (creating datasets) on which the semantic model will be created. 

    PropertiesClick Properties to view or set properties.
  4. 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.
  5. If the connection is valid, click the Save button. 

  • No labels