Method
Gets the status of the execution of fg operation
REQUIRED |
KEY |
TYPE |
DESCRIPTION |
Yes |
featureGroupOperationRunId |
str |
The unique ID associated with the execution.
|
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 |
ExecuteFeatureGroupOperation |
KEY |
TYPE |
Description |
featureGroupOperationRunId |
str |
The run id of the operation |
status |
str |
The status of the operation |
error |
str |
The error message if the operation failed |
query |
str |
The SQL query of the operation |
|
TYPE |
WHEN |
DataNotFoundError |
featureGroupOperationRunId is not found.
|