Dl/glossary: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 51: Line 51:
** two dataset of the same name, same major_version should have compatible schema, the latter minor_version is just adding new columns.
** 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.
* Each dataframe of this dataset has a unique key.
Each dataset has a unique URI, for example:
* <code>dataset://stock.msft/1.4/1</code>: represent a dataset, name is stock.msft, major_version is 1.4, minor version is 1
Each dataframe of a dataset also have URI, for example:
* <code>dataframe://stock.msft/1.4/1/2023-01-01</code>: represent a dataframe, it belongs to dataset, dataset name is stock.msft, major_version is 1.4, minor version is 1, and dataframe key is 2023-01-01.
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 23:23, 5 March 2023

Data Lake Knowledge Center