object LakeheroDataExportQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
data | LakeheroDataExport | Lakehero data export returned by this query. |
Referenced By
- lakehero_data_export Query
- recurring_data_export Query
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"data": {id: "TGFrZWhlcm9EYXRhRXhwb3J0OjEyMzQ="}
}