Hi,
I have connected Knime to BigQuery and I have one table for each day unfortunately. SO I have used the db query node:
select * from analytics_223280726 .events_2021* in order to keep all data from 2021, but I have this error:
Execute failed: [Simba]BigQueryJDBCDriver The job has timed out on the server. Try increasing the timeout value.
How can I increment the timeout? I think data are too much but I need all of them…
Additionally in above linked document you can find more info about Database extension together with example on how to connect to BigQuery in Examples section.