object LakeheroDataExportQueryResult
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | |
complexity | Int | |
data | LakeheroDataExport |
Referenced By
- lakehero_data_export Query
- recurring_data_export Query
Example
{
"request_id": "abc123",
"complexity": 987,
"data": LakeheroDataExport
}