Method
describeFeatureGroupRowProcessByKey POST
Copy POST

Gets the feature group row process.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes deploymentId str The deployment id
Yes primaryKeyValue str The primary key value
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 FeatureGroupRowProcess
KEY TYPE Description
featureGroupId str The ID of the feature group this row that was processed belongs to.
deploymentId str The ID of the deployment that processed this row.
primaryKeyValue str Value of the primary key for this row.
featureGroupRowProcessId str The ID of the feature group row process.
createdAt str The timestamp this feature group row was created in ISO-8601 format.
updatedAt str The timestamp when this feature group row was last updated in ISO-8601 format.
startedAt str The timestamp when this feature group row process was started in ISO-8601 format.
completedAt str The timestamp when this feature group row was completed.
timeoutAt str The time the feature group row process will timeout.
retriesRemaining int The number of retries remaining for this feature group row process.
totalAttemptsAllowed int The total number of attempts allowed for this feature group row process.
status str The status of the feature group row process.
error str The error message if the status is FAILED.

Exceptions:

TYPE WHEN
DataNotFoundError

deploymentId is not found.

Language: