utils.rc.wrapper.dataSource
Module Contents
Classes
Attributes
- 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)