Table objects, construct a Graph over these tables. A Graph connects the Tables by their primary key / foreign key relationships.
Creating a Graph
Editing a Graph
Multiple methods exist to support adding and removing tables and edges after graph creation:Snapshotting a Graph
TheGraph.snapshot() method ingests all tables in the graph so that multiple model training runs use the same version of data, even as the underlying source data changes. Snapshotting is also required to view edge health statistics, which report the number of matches between primary and foreign keys across all edges.