abacusai.execute_feature_group_operation
Module Contents
Classes
The result of executing a SQL query |
- class abacusai.execute_feature_group_operation.ExecuteFeatureGroupOperation(client, featureGroupOperationRunId=None, status=None, error=None)
Bases:
abacusai.return_class.AbstractApiClass
The result of executing a SQL query
- Parameters:
- __repr__()
Return repr(self).
- 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.
- Parameters:
timeout (int, optional) – The waiting time given to the call to finish, if it doesn’t finish by the allocated time, the call is said to be timed out.
- wait_for_execution(timeout=3600, delay=2)
A waiting call until query is executed.
- Parameters:
timeout (int, optional) – The waiting time given to the call to finish, if it doesn’t finish by the allocated time, the call is said to be timed out.
- 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()
- _download_avro_file(file_part, tmp_dir, part_index)