Warning Jobserver and all related Jobserver integrations reached their End of Life in commercial environments in October, 2024. In Collibra Platform for Government and Collibra Platform Self-Hosted environments, they will reach their End of Life on May 30, 2027.
For information about using Catalog connectors on Edge, go to Overview of Catalog connectors.

Register a data source using a Collibra-certified driver

Copy the URL of this page.

You can register a database as a data source using one of the JDBC drivers provided by Collibra Marketplace.

Note 

Prerequisites

Steps

  1. On the main toolbar, click Products icon Catalog.
    The Catalog homepage opens.
  2. On the main toolbar, click Plus icon.
    The Create dialog box appears.
  3. In the Create dialog box, click Register a Data Source Using a Collibra Certified Driver.
  4. Do one of the following:
    • Click Select in the row of an existing driver to continue.
  5. Configure the data source:
    FieldDescription
    Schema Name

    This name is used in Collibra as schema asset and must therefore be unique.

    Schema DescriptionThe description of the schema. This is used as description of the schema asset.
    OwnerThe owner of the registered data in Collibra.
    Process On

    The jobserver used for ingesting.

    <Connection properties section>

    This section contains the connection properties.

    Login InformationThis section contains the login information.
    Store Credentials

    Select this option to store the credentials to access the database. With a schema refresh, you can clear this option again.

    Username

    Username to access the database.

    Note This field is ignored if your data source uses any other means of authentication, such as Cyberark, Kerberos, NTLM or any certificate-based authentication method.
    Password

    Corresponding password to access the database.

    Note This field is ignored if your data source uses any other means of authentication, such as Cyberark, Kerberos, NTLM or any certificate-based authentication method.

    Schedule Data Refresh

    Enable or disable a schedule to automatically refresh the data registration.
    Cron Expression

    Schedule of the data refresh as a Cron pattern.

    If you create an invalid Cron pattern, Collibra Platform stops responding.
    Time Zone
    The time zone of the database.

    Store Data Profile

    Option to perform data profiling on the registered data.

    Store Sample Data

    Option to extract sample data from the registered data.

    Tables excluded from registration

    Database tables that will not be ingested.

    Note 
    • If required, you can exclude multiple tables. To do this, press Enter after typing a value and then type the next.
    • You can use an asterisk (*) as wildcard to select multiple tables. For example, if you want to exclude the tables that all start with act_, you can enter act_*.
    • The table names are case sensitive.
    • You can add or remove tables from this list by refreshing the schema.
    • The Table assets that are created after ingestion have an attribute type called Table Type that defines the type of table that is declared in the data source. For example, TABLE, VIEW,...
  6. Click Save & Create.

What's next

The data source is registered and the data is automatically ingested. The ingestion of data is executed in a job. You can see this job in the list of activities.

Tip