Skip to content

Commit

Permalink
fix(Google BigQuery Node): Add item index to insert error (#11702)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored and burivuhster committed Nov 14, 2024
1 parent 6215b85 commit 65aed8e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ export async function execute(this: IExecuteFunctions): Promise<INodeExecutionDa
: '';
throw new NodeOperationError(this.getNode(), `${failedMessage}${stoppedMessage}`, {
description: errors.join('\n, '),
itemIndex: i,
});
}

Expand Down

0 comments on commit 65aed8e

Please sign in to comment.