Dl/DataType: Difference between revisions

From stonehomewiki
Jump to navigationJump to search
Line 66: Line 66:
= Considerations =
= Considerations =
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="toccolours mw-collapsible mw-collapsed expandable">
<div class="mw-collapsible-preview">url should have enough information to locate the data</div>
<div class="mw-collapsible-preview">Referencing a type</div>
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
url field should have enough information for user to locate the data. For example, <code>"s3://mubucket/stock_quotes/2023-08-20.jsonl"</code> is a good url if your datalake only lives one AWS region. If your datalake crosses multiple AWS regions, you should put region ID in the url so you know from which region the bucket belongs to.
A type can be referenced in the format <code>{"$ref": ""}</code>
</div>
</div>
</div>
</div>
<p></p>
<p></p>

Revision as of 05:22, 23 August 2023

Data Lake Knowledge Center | Models

Introduction

Considerations