TestDataStore: Test the database connection to the data store.

View source: R/DataStores.R

TestDataStoreR Documentation

Test the database connection to the data store.

Description

Test the database connection to the data store.

Usage

TestDataStore(dataStoreId, username, password)

Arguments

dataStoreId

character. The ID of the data store to update.

username

character. The username to use for authentication to the database.

password

character. The password to use for authentication to the database. The password is encrypted at server side and never saved or stored.

Value

TRUE if successful, otherwise it will error.

Examples

## Not run: 
 dataStoreId <- "5c1303269300d900016b41a7"
 TestDataStore(dataStoreId, username = "myUser", password = "mySecurePass129")

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.