Method
describeEdaVersion GET
Copy GET

Retrieves a full description of the specified EDA version.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes edaVersion str Unique string identifier of the EDA version.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result EdaVersion
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.
Language: