DAGWorks-Inc / hamilton

Hamilton helps data scientists and engineers define testable, modular, self-documenting dataflows, that encode lineage and metadata. Runs and scales everywhere python does.
https://hamilton.dagworks.io/en/latest/
BSD 3-Clause Clear License
1.55k stars 91 forks source link

data loaders now display the same as data savers #991

Closed zilto closed 3 days ago

zilto commented 3 days ago

Related to issue #988

What was previously two "function nodes" (load_data.raw_df, raw_df)

image

Are now a materializer and a function node

image