My source data set contains a table of records, with columns "code", "name" and "parent".
The "code" column contains the unique record key, the "name" contains a text value, and "parent" holds a foreign key pointing back to the "code" column. This table structure is used to allow records to be structured as a hierarchy, where each record can have at most a single parent.
How do I model this in the LDM for GoodData? Currently, I have captured the "code" as a connection point, and "name" as a label, but I'm uncertain what to do with the "parent". Attempting to create a circular connection produces an error message "a cycle has been detected" in the CloudConnect problems window.