-
I was using hue app to connect to google cloud bigquery which was working a week ago. Without any change in the application, the app now throws bigquery permission issue with the below error message: Testing the connector connection failed. {'status': 1, 'message': '403 POST https://bigquery.googleapis.com/bigquery/v2/projects/prj-df-metap... Is there a way to debug this to find out the root cause? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hey @jv1522, are you seeing this issue in recent Hue docker images? We recently removed shipping If this is related, then you can try installing |
Beta Was this translation helpful? Give feedback.
-
Hi @Harshg999 it resolved after I included pybigquery. |
Beta Was this translation helpful? Give feedback.
-
I believe we have some implementation to support OAuth but that is very old. I am not sure currently if we have support for oauth 2.0 |
Beta Was this translation helpful? Give feedback.
Hey @jv1522, are you seeing this issue in recent Hue docker images? We recently removed shipping
pybigquery
package in Hue docker image because ofprotobuf
version issue.If this is related, then you can try installing
pybigquery
and see if that helps.