class CodableBatchDataSource(Codable, SerializableType, BatchDataSource): (source)
Known subclasses: aligned.CustomMethodDataSource
, aligned.data_source.batch_data_source.FilteredDataSource
, aligned.data_source.batch_data_source.JoinAsofDataSource
, aligned.data_source.batch_data_source.JoinDataSource
, aligned.data_source.batch_data_source.LoadedAtSource
, aligned.data_source.batch_data_source.StackSource
, aligned.sources.azure_blob_storage.AzureBlobCsvDataSource
, aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource
, aligned.sources.azure_blob_storage.AzureBlobParquetDataSource
, aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource
, aligned.sources.in_mem_source.InMemorySource
, aligned.sources.lancedb.LanceDbTable
, aligned.sources.local.CsvFileSource
, aligned.sources.local.DeltaFileSource
, aligned.sources.local.ParquetFileSource
, aligned.sources.local.PartitionedParquetFileSource
, aligned.sources.psql.PostgreSQLDataSource
, aligned.sources.random_source.RandomDataSource
, aligned.sources.redshift.RedshiftSQLDataSource
, aligned.sources.s3.AwsS3CsvDataSource
, aligned.sources.s3.AwsS3ParquetDataSource
Constructor: CodableBatchDataSource._deserialize(value)
A definition to where a specific pice of data can be found. E.g: A database table, a file, a web service, etc.
Ths can thereafter be combined with other BatchDataSources in order to create a rich dataset.
Class Variable | type |
Undocumented |
Class Method | _deserialize |
Undocumented |
Method | _serialize |
Undocumented |
Inherited from BatchDataSource
:
Class Method | multi |
Undocumented |
Method | __hash__ |
Undocumented |
Method | all |
Undocumented |
Method | all |
Undocumented |
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 |
Async Method | freshness |
.table("my_table") .freshness() |
Method | job |
A key defining which sources can be grouped together in one request. |
Method | location |
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 |
aligned.CustomMethodDataSource
, aligned.data_source.batch_data_source.FilteredDataSource
, aligned.data_source.batch_data_source.JoinAsofDataSource
, aligned.data_source.batch_data_source.JoinDataSource
, aligned.data_source.batch_data_source.LoadedAtSource
, aligned.data_source.batch_data_source.StackSource
, aligned.sources.azure_blob_storage.AzureBlobCsvDataSource
, aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource
, aligned.sources.azure_blob_storage.AzureBlobParquetDataSource
, aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource
, aligned.sources.in_mem_source.InMemorySource
, aligned.sources.lancedb.LanceDbTable
, aligned.sources.local.CsvFileSource
, aligned.sources.local.DeltaFileSource
, aligned.sources.local.ParquetFileSource
, aligned.sources.local.PartitionedParquetFileSource
, aligned.sources.psql.PostgreSQLDataSource
, aligned.sources.random_source.RandomDataSource
, aligned.sources.redshift.RedshiftSQLDataSource
, aligned.sources.s3.AwsS3CsvDataSource
, aligned.sources.s3.AwsS3ParquetDataSource
Undocumented