Feature Views¶
Tecton Objects¶
A Tecton Feature Table. |
|
A Tecton Stream Feature View, used for transforming and materializing features from a StreamSource. |
|
A Tecton Batch Feature View, used for materializing features on a batch schedule from a BatchSource. |
|
A Tecton On-Demand Feature View. |
Constructors¶
Declare a Batch Feature View. |
|
Declare a Stream Feature View. |
|
Declare an On-Demand Feature View |
Config Classes and Helpers¶
Used as a default value for a Feature View or Transformation with a materialization context parameter. |
|
FilteredSource is a convenience utility that can be used to pre-filter |
|
This class describes a single aggregation that is applied in a batch or stream feature view. |
|
Configuration used to specify materialization cluster options on Databricks. |
|
Configuration used to specify materialization clusters using json on Databricks. |
|
Configuration used to specify materialization cluster options on EMR. |
|
Configuration used to specify materialization clusters using json on EMR. |
|
(Config Class) DynamoConfig Class. |
|
(Config Class) RedisConfig Class. |
|
(Config Class) ParquetConfig Class. |
|
(Config Class) DeltaConfig Class. |
|
Configuration used for a Kinesis output stream. |
|
Configuration used for a Kafka output stream. |
|
Data representation of the materialization job |
|
Data representation of the materialization job attempt. |
|
An enumeration. |
Fetch Applied Objects¶
Returns a Feature Table that has been applied to a workspace. |
|
Returns a list of all registered Feature Tables within a workspace. |
|
Returns a Feature View that has been applied to a workspace. |
|
Returns a list of all registered Feature Views within a workspace. |