Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
conconmcmc
Contributor II
Contributor II

Can't get Direct Query to work out of the box for BigQuery

Hi Folks

We can't get DirectQuery to create detailed apps for BigQuery. My question is has anyone had any success using it with Bigquery?

 

I have created a small fake dataset and I am seeing numerous bugs including:

 

1. Not sure what this one is -  Query processing error: Selection sequence exceeds maximum State Expression depth
Error code: 24001

conconmcmc_0-1741799862404.png

2. Generating detailed app gives blank load script (not sure why). Even when selections are made.

conconmcmc_2-1741800016097.png

3. When you can generate the detailed app the Load script SQL is not compatible with BigQuery and its also garbage performance when compared to doing normal joins. For example this is not valid BigQuery syntax alias names as you can't have a dot in an alias in BQ.

`product_id` AS `products.product_id`,
 
 

conconmcmc_3-1741800801050.png

conconmcmc_4-1741801018471.png

4. On the summary app, you can't pause queries hitting the database when doing selections

This is quite frustrating if you have a large table and want to full scan queries on a table.

 

So my take aways from this:

1. Direct query with Bigquery will not work with relationships with dimension tables, you can only use for OBT, like in the examples in the videos

2. The feature is buggy and I would argue not production ready

 

Sorry if this comes off as a rant but its just I would expect things to work out of the box for a very simple fake dataset with 30 rows, but still things do not work.

 

 

Labels (1)
0 Replies