BigQuery Smartsheet
Query Streams
Ask Nova, get SQL + charts
Meet Nova Database REST APIOne key per partner. No credentials shared.
Build an API AutomationScheduled sync to 6+ platforms
Explore API to SQLQuery APIs with SQL, no code
Explore AI Database MCPClaude, Cursor, ChatGPT & Grok talk to your data
Connect AIQuery Streams enables seamless Smartsheet BigQuery integration, automatically syncing live BigQuery data to your Smartsheet sheets. Sign up for free at QueryStreams.com and start automating your BigQuery to Smartsheet data pipelines in minutes.
This guide shows you how to set up automated data synchronization from BigQuery to Smartsheet using Query Streams. Whether you need to keep project management sheets updated with database records, sync inventory data to collaborative workspaces, or automate reporting workflows, Query Streams provides a secure, no-code solution for BigQuery to Smartsheet integration.
Scheduled Automation
Sync hourly, daily, or on custom schedules
Secure by Design
Credentials stay on your network
Lightning Fast
Optimized data streaming
Smart Sync
Insert, update, delete automatically
What is Smartsheet BigQuery Integration?
Smartsheet BigQuery integration connects your BigQuery database to Smartsheet, enabling automatic data synchronization without manual exports or imports. Query Streams acts as a secure bridge between your database and Smartsheet, running saved SQL queries on a schedule and pushing the results directly to your sheets.
Key capabilities:
- Automated sync: Schedule queries to run hourly, daily, or on custom intervals
- Full sync mode: Insert new rows, update existing rows, and remove deleted records automatically
- Append mode: Add new records without modifying existing data (ideal for logs and history)
- Secure connection: Your database credentials stay protected within your network
- No coding required: Configure everything through the Query Streams web portal
Prerequisites
Query Streams Agent Installed
The agent must be running on your network with access to your BigQuery database.
Install the Query Streams Agent →BigQuery Data Source Configured
Your BigQuery database should be added as a data source in the agent.
Connect BigQuery to Query Streams →Smartsheet Account
A Smartsheet account with API access (available on Business and Enterprise plans, or via free trial).
Saved Query
At least one saved query in Query Streams that returns the data you want to sync.
Step 1: Create Your BigQuery Query
Before setting up the integration, you need a saved query that returns the data you want to sync to Smartsheet.
- Log into the Query Streams portal: Visit my.querystreams.com and sign in
- Open the Query Builder: Navigate to the Query Builder from the dashboard
- Select your BigQuery data source: In the Data Explorer sidebar on the left, expand your Data Realm, then select your BigQuery connector and choose the database you want to query
- Write your SQL query: Create the query that returns the data you want to sync
SELECT
order_id,
customer_name,
order_date,
total_amount,
status
FROM orders
WHERE order_date >= TIMESTAMP_SUB(CURRENT_TIMESTAMP(), INTERVAL 30 DAY)
ORDER BY order_date DESC
LIMIT 1000;
- Test and save: Run the query to verify results, then save it with a descriptive name like “Recent Orders for Smartsheet”
order_id) that Smartsheet can use to match rows.
Step 2: Create the Smartsheet Integration
Now you’ll connect your saved query to Smartsheet through the Automation feature.
- Navigate to Automation: In the Query Streams portal, click Automation in the left sidebar
- Create new integration: Click New Integration to start the setup wizard
- Select your saved query: Choose the BigQuery query you created in Step 1
- Choose Smartsheet as destination: Select Smartsheet from the list of available platforms
Step 3: Connect Your Smartsheet Account
Query Streams supports both OAuth and API Access Token authentication to securely push data to your Smartsheet sheets.
Connect Smartsheet (OAuth or API Token)
- Log into your Smartsheet account
- Click your profile icon and select Apps & Integrations
- Select API Access
- Click Generate new access token (or use OAuth for automated renewal)
- Copy the token (you’ll only see it once)
Enter the API Token
Paste your Smartsheet API token into Query Streams
Test the Connection
Click Test Connection to verify Query Streams can access your Smartsheet account
Step 4: Select Your Destination Sheet
Choose where your BigQuery data will be synced in Smartsheet.
- Browse your sheets: Query Streams will display your available Smartsheet sheets and workspaces
- Select a sheet: Choose an existing sheet to sync data to, or select Create new sheet
- Column mapping: Query Streams will automatically map your SQL query columns to Smartsheet columns. Review and adjust if needed.
Step 5: Configure Sync Mode
Choose how Query Streams should handle data synchronization.
Append Mode
- Adds new rows to the bottom
- Never modifies existing rows
- Never deletes data
- Preserves historical records
Full Sync Mode
Popular- Inserts new records
- Updates changed records
- Deletes removed records
- Requires key column
Key Column Selection: If using Full Sync mode, select the column that uniquely identifies each row. This column must exist in both your SQL query results and your Smartsheet sheet.
Column Sync Behavior (SYNC vs PRESERVE)
For each column in your field mapping, choose how Query Streams should handle it during sync:
SYNC (Default)
Source value always overwrites target
PRESERVE
Target value is never overwritten
order_id– Key fieldcustomer_name– SYNCstatus– SYNCtotal– SYNC
Assigned To– PRESERVENotes– PRESERVEPriority– PRESERVE
Step 6: Set Your Sync Schedule
Configure when Query Streams should sync data from BigQuery to Smartsheet.
Step 7: Review and Activate
- Review configuration: Verify all settings including query, destination, sync mode, and schedule
- Name your integration: Give it a descriptive name like “Orders to Smartsheet Daily Sync”
- Activate: Click Create Integration to save and activate
- Run initial sync: Click Run Now to perform the first synchronization and verify everything works
Congratulations!
Your BigQuery to Smartsheet integration is now live. Data will sync automatically according to your schedule.
Monitoring Your Integration
After activation, you can monitor your Smartsheet BigQuery integration from the Automation dashboard:
Last Sync Time
See when data was last synchronized
Rows Synced
View counts of inserted, updated, and deleted rows
Error Alerts
Get notified if a sync fails
Sync History
Review past sync operations and their results
Common Use Cases for Smartsheet BigQuery Integration
Project Management
Sync project data, milestones, and resource allocations from your BigQuery database to Smartsheet for team collaboration and visibility.
Sales Pipeline
Keep your sales team’s Smartsheet updated with the latest opportunities, deals, and customer information from your CRM database.
Inventory Tracking
Automatically update inventory levels, stock counts, and product information in Smartsheet for warehouse and operations teams.
Financial Reporting
Sync budget data, expense reports, and financial metrics to Smartsheet for executive dashboards and stakeholder reporting.
HR and Operations
Keep employee directories, department rosters, and organizational data synchronized between your HRIS database and Smartsheet.
Beyond spreadsheets: REST API + AI MCP for BigQuery
Already pulling BigQuery into a spreadsheet? The same saved query can also be a live REST endpoint for a partner — or an MCP server your AI tools can query in plain English. Same Network Agent, same credentials, two new audiences.
Frequently Asked Questions
❓ How often can I sync data from BigQuery to Smartsheet? +
Query Streams supports sync schedules from every hour to custom intervals. For most use cases, daily or hourly syncs provide a good balance between data freshness and system resources.
🔒 Is my BigQuery data secure during sync? +
Yes. Your database credentials remain protected within your network through the Query Streams agent. Data is encrypted in transit, and your Smartsheet API token is stored securely. Query Streams never stores your raw database data.
⚠ What happens if a sync fails? +
Query Streams will retry failed syncs and notify you of persistent errors. You can view error details in the sync history and manually trigger a retry once the issue is resolved.
📂 Can I sync to multiple Smartsheet sheets from the same BigQuery database? +
Yes. Create separate integrations for each destination sheet. Each integration can use a different SQL query, sync mode, and schedule.
☁ Does this work with cloud BigQuery services? +
Yes. Query Streams supports all BigQuery variants including Amazon RDS for BigQuery, Azure Database for BigQuery, Google Cloud SQL for BigQuery, Heroku bigquery, and self-hosted instances.

