A version of an eda object
| KEY | TYPE | Description |
|---|---|---|
| edaVersion | str | The unique identifier of a eda version. |
| status | str | The current status of the eda object. |
| edaId | str | A reference to the eda this version belongs to. |
| edaStartedAt | str | The start time and date of the eda process. |
| edaCompletedAt | str | The end time and date of the eda process. |
| referenceFeatureGroupVersion | List[str] | Feature group version IDs that this refresh pipeline run is analyzing. |
| testFeatureGroupVersion | List[str] | Feature group version IDs that this refresh pipeline run is analyzing. |
| error | str | Relevant error if the status is FAILED. |