Optional
all_columns
all_columns?: string[]
annotation_data
annotation_data: null | Record<string, any>
cache_key
cache_key: null | string
cache_timeout
cache_timeout: null | number
cached_dttm
cached_dttm: null | string
colnames
colnames: string[]
coltypes
coltypes: GenericDataType[]
data
data: Record<string, any>[]
error
error: null | string
from_dttm
from_dttm: null | number
is_cached
is_cached: boolean
stacktrace
stacktrace: null | string
status
status:
| "success"
| "stopped"
| "failed"
| "pending"
| "running"
| "scheduled"
| "timed_out"
to_dttm
to_dttm: null | number
Name of each column, for retaining the order of the output columns.