You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Exporter should be able to come pretty close to the required insert order, with the exception of the cases where we're manually making references (perhaps we should stop doing this?).
We could have the exporter add nodes to a DAG with edges for each reference. Then it could either output the insert order to a metadata yaml file to accompany the exports, or at least output it so the user can copy it, instead of having to manually calculate the topological sort.
The text was updated successfully, but these errors were encountered:
The Exporter should be able to come pretty close to the required insert order, with the exception of the cases where we're manually making references (perhaps we should stop doing this?).
We could have the exporter add nodes to a DAG with edges for each reference. Then it could either output the insert order to a metadata yaml file to accompany the exports, or at least output it so the user can copy it, instead of having to manually calculate the topological sort.
The text was updated successfully, but these errors were encountered: