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
Populate the relations field in records for replicas that have a foreign key relation to another replica. Populate the nodes.links field of the Metadata record to describe the possible foreign key relationships between replica types. Last time I checked, Terra only allowed backward references, i.e., to records that had already been written. Perform the prerequisite topological sort that satisfies that requirement.
For AnVIL, I think the easiest way to determine FK relationships is the AnVIL schema.
In HCA, anything can be linked to anything, and a link in HCA lingo is represented as an entity of its own right. I envision only links replica records to have any foreign keys, to outputs, inputs, processes and protocols. Not sure yet.
The text was updated successfully, but these errors were encountered:
hannes-ucsc
added
enh
[type] New feature or request
manifests
[subject] Generation and contents of manifests
+
[priority] High
-
[priority] Medium
and removed
+
[priority] High
labels
Mar 19, 2024
Populate the
relations
field in records for replicas that have a foreign key relation to another replica. Populate thenodes.links
field of theMetadata
record to describe the possible foreign key relationships between replica types. Last time I checked, Terra only allowed backward references, i.e., to records that had already been written. Perform the prerequisite topological sort that satisfies that requirement.For AnVIL, I think the easiest way to determine FK relationships is the AnVIL schema.
In HCA, anything can be linked to anything, and a link in HCA lingo is represented as an entity of its own right. I envision only
links
replica records to have any foreign keys, to outputs, inputs, processes and protocols. Not sure yet.The text was updated successfully, but these errors were encountered: