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
It seems bulkImportRelationships is inside of an "experiements" folder whereas importBulkRelationships is not which leads me to use importBulkRelationships
But, it seems the types are wrong for importBulkRelationships as the below code is valid typescript but if I debug it at runtime, it seems writeStream is a pending promise
Hey, apologies for being late to this one. bulkImport and importBulk are theoretically equivalent implementations with identical behavior. I'm not sure why typescript is misreporting the type here. I'll have a look at it.
It seems
bulkImportRelationships
is inside of an "experiements" folder whereasimportBulkRelationships
is not which leads me to useimportBulkRelationships
But, it seems the types are wrong for
importBulkRelationships
as the below code is valid typescript but if I debug it at runtime, it seemswriteStream
is a pending promiseThe text was updated successfully, but these errors were encountered: