User Community Service Desk Downloads

MS SSIS Connection

This article describes how to connect to SQL Server Integration Services (SSIS) for lineage extraction.

Availability

Data processing & catalog Edge processing Lineage Exceptions

None

Prerequisites

Add a connection

  1. Go to [your source] > Connections and select Add Connection.

  2. In Connection type, select SSIS.

  3. Fill in the following:

    • Name: A meaningful name for your connection. Used to indicate the location of catalog items.

    • Description (Optional): A short description of the connection.

    • JDBC: A JDBC connection string pointing to the SQL Server instance that hosts the SSISDB catalog database. See JDBC connection string format.

JDBC connection string format

The expected syntax is as follows:

Username and password authentication
jdbc:sqlserver://server_name:1433;database=SSISDB;encrypt=true;trustServerCertificate=false

For Azure-hosted SQL Server, use the full domain: server_name.database.windows.net.

Add credentials

Only Username and password authentication is currently supported.

The account used for metadata extraction needs specific permissions. See SSIS permissions.

  1. Select Add Credentials.

  2. Fill in the following:

    • Name: Provide a clear name for this set of credentials.

    • Description (Optional): Explain what the credentials are used for or provide other useful information.

    • Username: The username for the Dremio account.

    • Password: The password for the Dremio account.

  3. To use this set of credentials by default when connecting to the data source, select Assign as default.

Always use the dedicated credential fields for authentication details such as passwords, secrets, and tokens. This ensures credentials are handled with the appropriate level of protection and reliably preserved across environments.
One set of credentials must be defined as default for each connection. Otherwise, DQ evaluation fails and previewing data in the catalog is not possible.

Next steps

Test and save your connection to complete setup.

Was this page useful?