feat(model): add storage size to dataset profiles (#5777)

This commit is contained in:
Shirshanka Das 2022-08-30 18:32:04 -07:00 committed by GitHub
parent 73cd2f995d
commit 4cbb79665e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,4 +15,9 @@ record DatasetProfile includes TimeseriesAspectBase {
columnCount: optional long
fieldProfiles: optional array[DatasetFieldProfile]
/**
* Storage size in bytes
*/
sizeInBytes: optional long
}