object DataExportFile

Fields

FieldTypeDescription
table_nameString

Name of the table/dataset

signed_urlString

Signed URL to download the file

created_atISODateTime
sizeBigInt

Size of the file in bytes

export_typeDataExportType

Whether this file is a full or delta export.

run_timestampISODateTime

UTC timestamp of the LakeHero run that produced this file.

Referenced By

Example

{
  "table_name": "abc123",
  "signed_url": "abc123",
  "created_at": "abc123",
  "size": "abc123",
  "export_type": "FULL",
  "run_timestamp": "abc123"
}