Package io.revealbi.core.data
Class RVDatabricksDataSourceItem
java.lang.Object
io.revealbi.core.data.RVDataSourceItem
io.revealbi.core.data.RVSqlBasedDataSourceItem
io.revealbi.core.data.RVSqlPDSDataSourceItem
io.revealbi.core.data.RVDatabricksDataSourceItem
- All Implemented Interfaces:
IProcessDataOnServerDataSourceItem
Databricks data source item.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.revealbi.core.data.RVSqlPDSDataSourceItem
getProcessDataOnServer, setProcessDataOnServerMethods inherited from class io.revealbi.core.data.RVSqlBasedDataSourceItem
getCustomQuery, getDatabase, getTable, setCustomQuery, setDatabase, setTableMethods inherited from class io.revealbi.core.data.RVDataSourceItem
getDataSource, getDefaultRefreshRate, getDescription, getId, getSubtitle, getTitle, setDataSource, setDefaultRefreshRate, setDescription, setId, setSubtitle, setTitle
-
Constructor Details
-
RVDatabricksDataSourceItem
-
-
Method Details
-
getSchema
Gets the name of the schema to connect to.- Returns:
- the schema name
-
setSchema
Sets the name of the schema to connect to.- Parameters:
schema- the schema name to set
-