abacusai.execute_feature_group_operation
Classes
The result of executing a SQL query |
Module Contents
- class abacusai.execute_feature_group_operation.ExecuteFeatureGroupOperation(client, featureGroupOperationRunId=None, status=None, error=None, query=None)
Bases:
abacusai.return_class.AbstractApiClass
The result of executing a SQL query
- Parameters:
- feature_group_operation_run_id
- status
- error
- query
- deprecated_keys
- __repr__()
- to_dict()
Get a dict representation of the parameters in this class
- Returns:
The dict value representation of the class parameters
- Return type:
- wait_for_results(timeout=3600, delay=2)
A waiting call until query is executed.
- wait_for_execution(timeout=3600, delay=2)
A waiting call until query is executed.
- get_status()
Gets the status of the query execution
- Returns:
A string describing the status of a query execution (pending, complete, etc.).
- Return type:
- refresh()
Calls describe and refreshes the current object’s fields
- Returns:
The current object
- Return type:
- describe()
Gets the description of the query execution
- Returns:
A ExecuteFeatureGroupOperation object describing the query execution.
- Return type:
- _download_avro_file(file_part, tmp_dir, part_index)