Method
describeAsyncFeatureGroupOperation POST
Copy POST

Gets the status of the execution of fg operation

Arguments:

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.

Response:

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

Exceptions:

TYPE WHEN
DataNotFoundError

featureGroupOperationRunId is not found.

Language: