Infoworks 6.1.3
Onboard Data
Additional Connectors

Onboarding Data from Azure Synapse

For creating an Azure Synapse source, see Configuring Additional Connectors. Ensure that the Source Type selected is Azure Synapse.

To enable OAuth, see Enabling OAuth for CDATA Drivers.

Embedded OAuth Parameter Settings

You can connect to the CDATA driver without setting any connection properties for your user credentials.

Set the following embedded OAuth parameters:

OAuth ParameterDescription
OAuthSettingsLocationSaves the authentication values to be persisted across connections. The user must register an init script on the jobs cluster to propagate the OAuthSettingsLocation file across all the worker nodes.

Custom OAuth Parameter Settings

Set the following parameters to authenticate using the client secret of a Custom OAuth app:

OAuth ParameterDescription
OAuthClientIdSet this to the Client Id in your app settings.
OAuthClientSecretSet this to the Client Secret in your app settings.
CallbackURLSet this to the Redirect URL in your app settings.
AuthSchemeSet this to the "AzureAD" in your app settings.

Set the following parameters to authenticate using the certificate of a Custom OAuth app:

OAuth ParameterDescription
OAuthJWTCertSet this to the JWT Certificate store.
OAuthJWTCertTypeSet this to the type of the certificate store specified by OAuthJWTCert.

Azure Synapse Configurations

FieldDescription
Fetch Data UsingThe mechanism through which Infoworks fetches data from the database.
Connection URLThe connection URL through which Infoworks connects to the database.
UsernameThe username for the connection to the database.
PasswordThe password for the username provided.
Source SchemaThe schema in the database to be crawled. The schema value is case sensitive.

Once the settings are saved, you can test the connection.

Configuring an Azure Synapse Table

For configuring an Azure Synapse Table, see Configuring a Table.

Establishing a Connection

To create a JDBC URL, see Establishing a Connection.

Data Model

The tables and views supported by the source are described in the Data Model.

JDBC Connection Parameters

For the list of JDBC connection parameters, see Connection Parameters.

  Last updated