Dl/Dataset: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 13: Line 13:
id:  UUID
id:  UUID
     Primary key
     Primary key
name: str
    A unique name that people can reference this data series, since id is very difficult to remember for human beings.
description: str
    A human readable string that helps people to understand this dataset.
owner: str
    The owner of this dataset. In case people have questions about this dataset, the owner should be contacted.
is_disconnected:
    If True, then this dataset is disconnected and user can no longer append data unit to it.
</nowiki></pre>
</nowiki></pre>



Revision as of 06:33, 23 August 2023

Data Lake Knowledge Center | Models

Introduction

Considerations