A specific version of a dataset
| KEY | TYPE | Description |
|---|---|---|
| datasetVersion | str | The unique identifier of the dataset version. |
| status | str | The current status of the dataset version |
| datasetId | str | A reference to the Dataset this dataset version belongs to. |
| size | int | The size in bytes of the file. |
| rowCount | int | Number of rows in the dataset version. |
| fileInspectMetadata | dict | Metadata information about file's inspection. For example - the detected delimiter for CSV files. |
| createdAt | str | The timestamp this dataset version was created. |
| error | str | If status is FAILED, this field will be populated with an error. |
| incrementalQueriedAt | str | If the dataset version is from an incremental dataset, this is the last entry of timestamp column when the dataset version was created. |
| uploadId | str | If the dataset version is being uploaded, this the reference to the Upload |
| mergeFileSchemas | bool | If the merge file schemas policy is enabled. |
| databaseConnectorConfig | dict | The database connector query used to retrieve data for this version. |
| applicationConnectorConfig | dict | The application connector used to retrieve data for this version. |
| invalidRecords | str | Invalid records in the dataset version |