Skip to main content
Data Source configurations are set in the Data / Data Sources panel of the Domino UI. You can update it there for any permanent change. Some configuration attributes can be overridden locally in the API. A sample of Data Source type configuration is described in the Classes section below.

Usage

You can create a configuration override with any of the config classes and update your Data Source entity:
To remove the configuration override, simply reset it:
Relational Data Sources support an optional datetime precision field, which is overridable in the Data API for version 6.3.0 and above. Adjusting the precision prevents extreme datetimes from overflowing. The precision can be set to “seconds”, “milliseconds”, “microseconds”, or “nanoseconds”, with “nanoseconds” as the default.

Classes

Work with Data Source Connectors has instructions on how to set up the Data Sources. Below are examples of Data Sources and their configurable override options for 6.7.4 of the Domino Data API. The source code for these class definitions is available on GitHub.

ADLS

ADLS datasource configuration.

AzureBlobStorage

AzureBlobStorage datasource configuration.

BigQuery

BigQuery datasource configuration.

ClickHouse

ClickHouse datasource configuration.

Databricks

Databricks datasource configuration.

Dataset

Dataset datasource configuration.

DB2

DB2 datasource configuration.

DB2Native

DB2Native datasource configuration.

Druid

Druid datasource configuration.

GCS

GCS datasource configuration.

GenericJDBC

GenericJDBC datasource configuration.

GenericS3

GenericS3 datasource configuration.

Greenplum

Greenplum datasource configuration.

Ignite

Ignite datasource configuration.

MariaDB

MariaDB datasource configuration.

MongoDB

MongoDB datasource configuration.

MySQL

MySQL datasource configuration.

Netezza

Netezza datasource configuration.

Oracle

Oracle datasource configuration.

Palantir

Palantir datasource configuration.

PostgreSQL

PostgreSQL datasource configuration.

Redshift

Redshift datasource configuration.

S3

S3 datasource configuration.

SAPHana

SAPHana datasource configuration.

SingleStore

SingleStore datasource configuration.

SQLServer

SQLServer datasource configuration.

Snowflake

Snowflake datasource configuration.

Synapse

Synapse datasource configuration.

TabularS3Glue

TabularS3Glue datasource configuration.

Teradata

Teradata datasource configuration.

Trino

Trino datasource configuration.

Vertica

Vertica datasource configuration.

NetAppVolume

NetAppVolume datasource configuration.
Last modified on June 24, 2026