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
WHY:
Currently, a connector adds only one row at a time. This might be too slow for real-time use cases.
So multiple rows should be added in one insert request.