GetDataStoreTables {datarobot}R Documentation

Get all tables associated with a data store.

Description

Get all tables associated with a data store.

Usage

GetDataStoreTables(dataStoreId, username, password, schema = NULL)

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.

schema

character. The name of the schema to reference. Optional.

Value

A list with the name of the catalog and the name of the tables.

Examples

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

## End(Not run)

[Package datarobot version 2.18.6 Index]