This example shows you can use the @datasaver and @dataloader decorators to annotated functions that save and load data so that they can also return metadata.
This metadata is then exposed in the Hamilton UI / inspectable by other adapters.
To run this example, you can use the following command:
pip install -r requirements.txt
python run.py
or via the notebook.