DatasetLoadStatus
Home > @gooddata/sdk-model > DatasetLoadStatus
DatasetLoadStatus type
Represents the current status of CSV source.
Signature:
export type DatasetLoadStatus = "RUNNING" | "OK" | "ERROR" | "CANCELLED" | "ERROR_METADATA" | "REFRESHING";