Learn R Programming

datarobot (version 2.18.6)

CreateDataStore: Create a data store.

Description

Create a data store.

Usage

CreateDataStore(type, canonicalName, driverId, jdbcUrl)

Arguments

type

character. The type of data store.

canonicalName

character. The user-friendly name of the data store.

driverId

character. The ID of the driver to use.

jdbcUrl

character. The full JDBC url.

Examples

Run this code
if (FALSE) {
 CreateDataStore(type = "jdbc",
                 canonicalName = "Demo DB",
                 driverId = "57a7c978c808916f4a630f89",
                 jdbcUrl = "jdbc:postgresql://my.db.address.org:5432/my_db")
}

Run the code above in your browser using DataLab