object DataExportFile
Fields
| Field | Type | Description |
|---|---|---|
table_name | String | Name of the table/dataset |
signed_url | String | Signed URL to download the file |
created_at | ISODateTime | |
size | BigInt | Size of the file in bytes |
export_type | DataExportType | Whether this file is a full or delta export. |
Referenced By
- LakeheroDataExport Type
Example
{
"table_name": "abc123",
"signed_url": "abc123",
"created_at": "abc123",
"size": "abc123",
"export_type": "FULL"
}