mirror of
https://github.com/datahub-project/datahub.git
synced 2026-01-05 22:34:13 +00:00
feat(model): add storage size to dataset profiles (#5777)
This commit is contained in:
parent
73cd2f995d
commit
4cbb79665e
@ -15,4 +15,9 @@ record DatasetProfile includes TimeseriesAspectBase {
|
||||
columnCount: optional long
|
||||
|
||||
fieldProfiles: optional array[DatasetFieldProfile]
|
||||
|
||||
/**
|
||||
* Storage size in bytes
|
||||
*/
|
||||
sizeInBytes: optional long
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user