Method
getFeatureGroupRowProcessLogsByKey POST
Copy POST

Gets the logs for a 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 FeatureGroupRowProcessLogs
KEY TYPE Description
logs str The logs for both stdout and stderr of the step
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.

Exceptions:

TYPE WHEN
DataNotFoundError

deploymentId is not found.

Language: