Class RVDatabricksDataSource

All Implemented Interfaces:
IProcessDataOnServerDataSource

public class RVDatabricksDataSource extends RVSqlPDSDataSource
Databricks data source.
  • Field Details

  • Constructor Details

    • RVDatabricksDataSource

      public RVDatabricksDataSource()
  • Method Details

    • getHttpPath

      public String getHttpPath()
      Gets the partial URL corresponding to the server to connect to.
      Returns:
      the HTTP path
    • setHttpPath

      public void setHttpPath(String httpPath)
      Sets the partial URL corresponding to the server to connect to.
      Parameters:
      httpPath - the HTTP path to set
    • getDatabase

      public String getDatabase()
      Gets the name of the database/catalog to connect to.
      Returns:
      the database/catalog name
    • setDatabase

      public void setDatabase(String database)
      Sets the name of the database/catalog to connect to.
      Parameters:
      database - the database/catalog name to set
    • getSchema

      public String getSchema()
      Gets the name of the schema to connect to.
      Returns:
      the schema name
    • setSchema

      public void setSchema(String schema)
      Sets the name of the schema to connect to.
      Parameters:
      schema - the schema name to set
    • getProviderKey

      public String getProviderKey()
      Specified by:
      getProviderKey in class RVDashboardDataSource