-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BigQuery insert does not show error when failing due to bad credentials (Service Account) #4047
Comments
Hey @pinkasey, Thanks for reporting this one, I will take a proper look shortly and get back to you. |
Hey @pinkasey, I have just given this one a go and I am not able to reproduce the same thing. Do you happen to have a screenshot of what you are seeing in n8n? I have managed to find another issue where a successful create option doesn't show any output which I am about to put in a fix for. |
I've checked the logs too - no errors. here's the workflow I used for testing this:
|
Hey @pinkasey, It is hard to see what is wrong with the credentials from the screenshot when I tested with bad credentials I was seeing an error message. Would you be able to try with the PR above and see if it changes anything for you? In my testing it brought the behaviour back to 0.192.0. |
I can try, I'm a bit curious to see what do you see in this scenario - can you share a screenshot? |
here's an example error output:
|
That looks somewhat better, I will check to see if that is how we have we always handled the response before the 193 change that didn't product any output. |
Describe the bug
BigQuery node cannot be used with "Service Account" credentials, at least not the "Create" operation.
When I try to use it with "Service Account" credentials, the node succeeds even though the data is not inserted.
The http response from Google in this case is
401
, with an error message in the body, e.g:(I tested it here)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the error received from BigQuery to show in n8n
Environment (please complete the following information):
own
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: