Execute SQL queries against your BigQuery datasets to retrieve, analyze, and transform data for your marketing workflows.
Field | Type | Required | Description |
---|---|---|---|
Project | Select | Yes | Google BigQuery project to execute the query in |
Query | Text Area | Yes | SQL query to execute against BigQuery tables |
Output | Description |
---|---|
Query Results | Array of rows returned by your query with execution metadata |
What SQL dialect does BigQuery use?
How do I handle large result sets?
Can I run queries that modify data?
How do I optimize query performance?
What happens if my query fails?
Are there query limits I should know about?
How do I use data from previous workflow steps in my query?
Can I schedule recurring queries?