Overview
Implement the core GCP BigQuery billing data pipeline with incremental loading, DuckDB integration, and CLI interface.
Tasks
Acceptance Criteria
- Pipeline can extract billing data from BigQuery
- Data is loaded into DuckDB following existing patterns
- Incremental loading prevents duplicate imports
- State tracking similar to AWS pipeline
- Proper error handling and logging
Dependencies
Architecture
- Follow vendors/aws/ pattern for consistency
- Single DuckDB table with partitioning: gcp_billing.billing_data
- Reuse existing database backend interfaces
Overview
Implement the core GCP BigQuery billing data pipeline with incremental loading, DuckDB integration, and CLI interface.
Tasks
Acceptance Criteria
Dependencies
Architecture