PR #2358 added a bulk insert to the loadtest. However this broke the regular insert test, which just returned 400 Bad Request because of a missing PK value since. Adding the new id column in the payload to the ?columns= argument fixes that.
PR #2358 added a bulk insert to the loadtest. However this broke the regular insert test, which just returned 400 Bad Request because of a missing PK value since. Adding the new id column in the payload to the ?columns= argument fixes that.