From 9ae4183e8ceb98f3393c8d62923fb205cc370eb0 Mon Sep 17 00:00:00 2001 From: Dimitry Foures Date: Thu, 17 Oct 2024 11:29:12 +0100 Subject: [PATCH] Update materialization.rst --- docs/concepts/materialization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/materialization.rst b/docs/concepts/materialization.rst index 89f56a194..f650f0a18 100644 --- a/docs/concepts/materialization.rst +++ b/docs/concepts/materialization.rst @@ -6,7 +6,7 @@ So far, we executed our dataflow using the ``Driver.execute()`` method, which ca On this page, you'll learn: -- How to load and data in Hamilton +- How to load and save data in Hamilton - Why use materialization - What are ``DataSaver`` and ``DataLoader`` objects - The difference between ``.execute()`` and ``.materialize()``