Method
executeAsyncFeatureGroupOperation POST
Copy POST

Starts the execution of fg operation

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No query str The SQL to be executed.
No fixQueryOnError bool If enabled, SQL query is auto fixed if parsing fails.
No useLatestVersion bool If enabled, executes the query on the latest version of the feature group, and if version doesn't exist, FailedDependencyError is sent. If disabled, query is executed considering the latest feature group state irrespective of the latest version of the feature group.
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
Language: