Core sampler
Compare changes
- Daniel Lyons authored
1. Output is in the wrong order. May need to topologically sort the dependencies or something. 2. Same data gets rendered more than once.
@@ -9,6 +9,7 @@ The core sampler outputs an SQL file you can use to load the core sample into a
@@ -54,7 +55,7 @@ class MDDBConnector:
@@ -106,8 +107,24 @@ class CoreSampler(RowWriter):
@@ -163,7 +180,7 @@ class Table:
@@ -243,8 +260,7 @@ class RowSet: