Package io.revealbi.core.data
Class RVDatabricksDataSource
java.lang.Object
io.revealbi.core.data.RVDashboardDataSource
io.revealbi.core.data.RVSqlBasedDataSource
io.revealbi.core.data.RVSqlPDSDataSource
io.revealbi.core.data.RVDatabricksDataSource
- All Implemented Interfaces:
IProcessDataOnServerDataSource
Databricks data source.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the database/catalog to connect to.Gets the partial URL corresponding to the server to connect to.Gets the name of the schema to connect to.voidsetDatabase(String database) Sets the name of the database/catalog to connect to.voidsetHttpPath(String httpPath) Sets the partial URL corresponding to the server to connect to.voidSets the name of the schema to connect to.Methods inherited from class io.revealbi.core.data.RVSqlPDSDataSource
getProcessDataOnServerDefaultValue, getProcessDataOnServerReadOnly, setProcessDataOnServerDefaultValue, setProcessDataOnServerReadOnlyMethods inherited from class io.revealbi.core.data.RVSqlBasedDataSource
getHost, getPort, setHost, setPortMethods inherited from class io.revealbi.core.data.RVDashboardDataSource
getDefaultRefreshRate, getId, getSubtitle, getTitle, setDefaultRefreshRate, setId, setSubtitle, setTitle
-
Field Details
-
PROVIDER_KEY
- See Also:
-
-
Constructor Details
-
RVDatabricksDataSource
public RVDatabricksDataSource()
-
-
Method Details
-
getHttpPath
Gets the partial URL corresponding to the server to connect to.- Returns:
- the HTTP path
-
setHttpPath
Sets the partial URL corresponding to the server to connect to.- Parameters:
httpPath- the HTTP path to set
-
getDatabase
Gets the name of the database/catalog to connect to.- Returns:
- the database/catalog name
-
setDatabase
Sets the name of the database/catalog to connect to.- Parameters:
database- the database/catalog name to set
-
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
-
getProviderKey
- Specified by:
getProviderKeyin classRVDashboardDataSource
-