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
In order to get the children of one node we need to store the direct parent of each node in data_sources_nodes table. Although the list of parents is stored and supposedly ordered in parents : ([self, parent, .. root]), this is much more clear and stable to rely on dedicated table. We can still rely on this to backfill data.
Parent field will be optional in db and in the api - only connectors which upserts nodes with hierarchy will have to pass a new parent parameter.
The text was updated successfully, but these errors were encountered:
In order to get the children of one node we need to store the direct parent of each node in data_sources_nodes table. Although the list of parents is stored and supposedly ordered in
parents
: ([self, parent, .. root]
), this is much more clear and stable to rely on dedicated table. We can still rely on this to backfill data.Parent field will be optional in db and in the api - only connectors which upserts nodes with hierarchy will have to pass a new parent parameter.
The text was updated successfully, but these errors were encountered: