Dl/DatasetRepository: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 29: Line 29:
<div class="mw-collapsible-preview">Dataset SLA Management</div>
<div class="mw-collapsible-preview">Dataset SLA Management</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
Lots of datasets has new dataframe with a given frequency, and if the new dataframe not showed up within certain time, we need to be alerted and be aware of it so we can fix the underneath issue, for example, fix a broken data pipeline.


So we allow:
* User can define a frequency for new dataframe for a dataset
* System will monitor the dataset for new dataframe, it new dataframe missed the frequency, it sends an alert.
* User can also see the new dataframe published time so check how often a dataset missed it's fresness SLA.
</div>
</div>
</div>
</div>

Revision as of 00:21, 6 March 2023

Data Lake Knowledge Center

Purpose