Dl/glossary: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 45: Line 45:
<div class="mw-collapsible-preview">Dataset</div>
<div class="mw-collapsible-preview">Dataset</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
bbb
It is a serious of dataframes that has the common schema.
 
* dataset name is not unique, but name + major_version + minor_version is unique
** two dataset of the same name, different major_version might have incompatible schema
** two dataset of the same name, same major_version should have compatible schema, the latter minor_version is just adding new columns.
* Each dataframe of this dataset has a unique key.
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 23:11, 5 March 2023

Data Lake Knowledge Center