utils.rc.wrapper.dataSource

Module Contents

Classes

DataSourceWrapper

Attributes

logger

utils.rc.wrapper.dataSource.logger
class utils.rc.wrapper.dataSource.DataSourceWrapper
static createDataSource(name: str, type: str, options)
static updateDataSource(dataSourceId: str, name: str, options)
static getDataSourceById(dataSourceId: str)
static getSampleData(data_source_id: str, datasource_type, dataset_options)
static deleteDataSourceById(dataSourceId)
static getDataSourceByName(name: str)