Method
Gets the logs for a feature group row process
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.
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. |
|
TYPE |
WHEN |
DataNotFoundError |
deploymentId is not found.
|