Medallion Architecture - livef1.data_processing.lake
¶
Data Lakes¶
Classes
|
|
|
|
|
|
|
- class livef1.data_processing.lakes.BasicResult(data: dict)[source]¶
Encapsulates a basic result dataset, typically in JSON format.
- Parameters:
- data
dict
The JSON-like data to be encapsulated within the result.
- data
- Attributes:
- value
dict
The data associated with the result, stored as a dictionary (JSON-like structure).
- value
Silver Table Generation Functions¶
Functions
|
|
|