BigQuery Adapter
The BigQuery adapter provides support for Google Cloud’s serverless data warehouse with nested and repeated fields.Installation
Basic Usage
Configuration
datasetsis required - limits introspection scopevalidateis required - use BigQuery dry-run
BigQuery Features
Dataset Scoping
BigQuery organizes tables into datasets:Identifier Quoting
BigQuery uses backticks:Nested Fields
BigQuery supports nested and repeated fields:Dry-Run Validation
Always use dry-run for validation:Complete Example
Authentication
Service Account Key
Environment Variables
Application Default Credentials
Best Practices
1. Use Partitioned Tables
2. Leverage Clustering
3. Optimize Costs
Next Steps
Database Adapters
Overview of all adapters
API Reference
Full adapter API