Class RVSnowflakeDataSource

All Implemented Interfaces:
IProcessDataOnServerDataSource

public class RVSnowflakeDataSource extends RVSqlPDSDataSource
Snowflake data source.
  • Field Details

  • Constructor Details

    • RVSnowflakeDataSource

      public RVSnowflakeDataSource()
  • Method Details

    • getDatabase

      public String getDatabase()
      Name of the database to connect to.
      Returns:
    • setDatabase

      public String setDatabase(String value)
      Name of the database to connect to.
      Parameters:
      value -
      Returns:
    • getAccount

      public String getAccount()
      Name of the account used to connect to Snowflake
      Returns:
    • setAccount

      public void setAccount(String account)
      Name of the account used to connect to Snowflake
      Parameters:
      account -
    • getWarehouse

      public String getWarehouse()
      Name of the Snowflake warehouse to use in this connection
      Returns:
    • setWarehouse

      public void setWarehouse(String warehouse)
      Name of the Snowflake warehouse to use in this connection.
      Parameters:
      warehouse -
    • getRole

      public String getRole()
      Name of the role that will be used to access Snowflake. (optional)
      Returns:
    • setRole

      public void setRole(String role)
      Name of the role that will be used to access Snowflake. (optional)
      Parameters:
      role -
    • setSchema

      public void setSchema(String value)
      Name of the schema the referenced table belongs to.
      Parameters:
      value -
    • getSchema

      public String getSchema()
      Name of the schema the referenced table belongs to.
      Returns:
    • getProviderKey

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