class documentation
        
        class RedshiftSQLDataSource(CodableBatchDataSource, ColumnFeatureMappable): (source)
Undocumented
| Class Method | multi | 
    Undocumented | 
| Method | __hash__ | 
    Undocumented | 
| Method | all | 
    Undocumented | 
| Method | all | 
    Undocumented | 
| Method | contains | 
    Undocumented | 
| Async Method | freshness | 
    .table("my_table") .freshness() | 
| Method | job | 
    A key defining which sources can be grouped together in one request. | 
| Method | to | 
    Undocumented | 
| Class Variable | config | 
    Undocumented | 
| Class Variable | list | 
    Undocumented | 
| Class Variable | mapping | 
    Undocumented | 
| Class Variable | table | 
    Undocumented | 
| Class Variable | type | 
    Undocumented | 
              Inherited from CodableBatchDataSource:
            
| Property | as | 
    Undocumented | 
| Class Method | _deserialize | 
    Undocumented | 
| Method | _serialize | 
    Undocumented | 
              Inherited from BatchDataSource (via CodableBatchDataSource):
            
| Method | all | 
    Undocumented | 
| Method | all | 
    Undocumented | 
| Method | depends | 
    Undocumented | 
| Async Method | feature | 
    Setup the code needed to represent the data source as a feature view | 
| Method | features | 
    Undocumented | 
| Method | filter | 
    Undocumented | 
| Method | location | 
    Undocumented | 
| Method | needed | 
    Undocumented | 
| Async Method | schema | 
    Returns the schema for the data source | 
| Method | source | 
    An id that identifies a source from others. | 
| Method | tags | 
    Undocumented | 
| Method | transform | 
    Undocumented | 
| Method | with | 
    Undocumented | 
| Method | with | 
    Undocumented | 
              Inherited from ColumnFeatureMappable (via CodableBatchDataSource, BatchDataSource):
            
| Method | columns | 
    Undocumented | 
| Method | feature | 
    Undocumented | 
| Method | with | 
    Undocumented | 
    
    
    def multi_source_features_for(cls: 
  type[ RedshiftSQLDataSource], facts: RetrievalJob, requests: list[ tuple[ RedshiftSQLDataSource,  RetrievalRequest]]) -> RetrievalJob:
    
      
      (source)
    
    
      
      
      ¶
    
  Undocumented
    
    
    def all_between_dates(self, request: 
  RetrievalRequest, start_date: datetime, end_date: datetime) -> RetrievalJob:
    
      
      (source)
    
    
      
      
      ¶
    
  Undocumented