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
Parent ids used in the parents[] array in core data_source_nodes and internal ids from connectors should now match node_id in core data_sources_nodes (= document_id for docs, table_id for tables, folder_id for folders);
the convention that parents[0] = node_id should be enforced.
The connector should be thoroughly inspected. If there is a convention mismatch, fix it; explained in details in #9069
Goal is to ensure for Google Drive that:
The connector should be thoroughly inspected. If there is a convention mismatch, fix it; explained in details in #9069
As noted here : https://github.com/dust-tt/dust/pull/9261/files#r1879852550 , we should add parent_id parameter in upserts as part of this card once parents are standardized.
The text was updated successfully, but these errors were encountered: