Graphs
After defining your Table objects, construct a Graph to connect them through primary key and foreign key relationships.
Creating a Graph
Editing a Graph
Use the following methods to modify the graph after creation:
Snapshotting a Graph
Graph.snapshot() locks in the current version of all tables so that multiple training runs use the same data, even as the underlying source changes.
You must also snapshot the graph before viewing edge health statistics, which report how many foreign key values match a primary key across each edge.