Interface DataSourceProto.DataSource.SnowflakeOptionsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatabase()
      Snowflake schema name
      com.google.protobuf.ByteString getDatabaseBytes()
      Snowflake schema name
      String getQuery()
      SQL query that returns a table containing feature data.
      com.google.protobuf.ByteString getQueryBytes()
      SQL query that returns a table containing feature data.
      String getSchema()
      Snowflake schema name
      com.google.protobuf.ByteString getSchemaBytes()
      Snowflake schema name
      String getTable()
      Snowflake table name
      com.google.protobuf.ByteString getTableBytes()
      Snowflake table name
      String getWarehouse()
      Snowflake warehouse name
      com.google.protobuf.ByteString getWarehouseBytes()
      Snowflake warehouse name
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTable

        String getTable()
         Snowflake table name
         
        string table = 1;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Snowflake table name
         
        string table = 1;
        Returns:
        The bytes for table.
      • getQuery

        String getQuery()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
         SQL query that returns a table containing feature data. Must contain an event_timestamp column, and respective
         entity columns
         
        string query = 2;
        Returns:
        The bytes for query.
      • getSchema

        String getSchema()
         Snowflake schema name
         
        string schema = 3;
        Returns:
        The schema.
      • getSchemaBytes

        com.google.protobuf.ByteString getSchemaBytes()
         Snowflake schema name
         
        string schema = 3;
        Returns:
        The bytes for schema.
      • getDatabase

        String getDatabase()
         Snowflake schema name
         
        string database = 4;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
         Snowflake schema name
         
        string database = 4;
        Returns:
        The bytes for database.
      • getWarehouse

        String getWarehouse()
         Snowflake warehouse name
         
        string warehouse = 5;
        Returns:
        The warehouse.
      • getWarehouseBytes

        com.google.protobuf.ByteString getWarehouseBytes()
         Snowflake warehouse name
         
        string warehouse = 5;
        Returns:
        The bytes for warehouse.