Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Google BigQuery Input Returning Generic Error

KyleKubitz
5 - Atom

Hello-

I'm attempting to configure the Google BigQuery input tool in designer version 2019.3 but I am receiving a generic error message when trying to run.

 

I'm using Service-to-Service authentication mode, and I am able to select the correct table in the config but am unable to run the query regardless of using a custom query or limiting the number of results returned. The error message received is:

 

Generic error received: Expecting value: line 1 column 1 (char 0)

 

Any help with this type of error message would be greatly appreciated. Thanks!

3 REPLIES 3
mceleavey
17 - Castor
17 - Castor

Hi @KyleKubitz ,

 

we're going to need more information. Can you show the data that's going into the tool? The error is suggesting the first row of data is null, and so the query is stopped at that point.

 

M.



Bulien

KyleKubitz
5 - Atom

Hi @mceleavey - there are ~100 tables that can be used for the input, with each of them returning the same issue. Is it possible to see this type of error with the BigQuery input when there are permissions issues? It seems odd since I am able to navigate to the project and data tables within the config.

KyleKubitz
5 - Atom

Discovered the issue- the JSON authentication file was set for schema permissions only, not data access. This allowed me to get to the config portion of the BigQuery input tool and select tables, but could not retrieve data.

Thanks!

Labels