What does this node do?
The BigQuery Reader node executes SQL queries against Google BigQuery and returns the results. Perfect for analytics and large-scale data processing.Quick setup
1
Connect Google account
Go to Builder → Integrations → Google and authenticate
2
Add the BigQuery Reader node
Find it in Integrations → Google → BigQuery
3
Configure project and query
Specify your project ID and SQL query to execute
Configuration
Your Google Cloud project ID.
SQL query to execute.
Output
Best practices
- Use parameterized queries for dynamic values
- Limit results for large tables
- Set appropriate timeout for long queries

