A materialized version of a feature group
| KEY | TYPE | Description |
|---|---|---|
| featureGroupVersion | str | The unique identifier for this materialized version of feature group. |
| featureGroupId | str | The unique identifier of the feature group this version belongs to. |
| sql | str | The sql definition creating this feature group. |
| sourceTables | List[str] | The source tables for this feature group. |
| sourceDatasetVersions | List[str] | The dataset version ids for this feature group version. |
| createdAt | str | The timestamp at which the feature group version was created. |
| status | str | The current status of the feature group version. |
| error | str | Relevant error if the status is FAILED. |
| deployable | bool | whether feature group is deployable or not. |
| cpuSize | str | Cpu size specified for the python feature group. |
| memory | int | Memory in GB specified for the python feature group. |
| useOriginalCsvNames | bool | If true, the feature group will use the original column names in the source dataset. |
| pythonFunctionBindings | list | Config specifying variable names, types, and values to use when resolving a Python feature group. |
| indexingConfigWarningMsg | str | The warning message related to indexing keys. |
| materializationStartedAt | str | The timestamp at which the feature group materialization started. |
| materializationCompletedAt | str | The timestamp at which the feature group materialization completed. |
| columns | List[Feature] | List of resolved columns. |
| templateBindings | list | Template variable bindings used for resolving the template. |
| features | Feature | List of features. |
| pointInTimeGroups | PointInTimeGroup | List of Point In Time Groups |
| codeSource | CodeSource | If a python feature group, information on the source code |
| annotationConfig | AnnotationConfig | The annotations config for the feature group. |
| indexingConfig | IndexingConfig | The indexing config for the feature group. |