What problem does it solve? Setting up BigQuery ingestion pipelines often leads to duplicate or misconfigured transfers because teams lack visibility into existing Data Transfer Service configurations and required datasource parameters. ## Core Features & Use Cases - Transfer Discovery: Lists and inspects existing DTS transfer configs in a target project and region using bq CLI commands. - Datasource Parameter Inspection: Queries the BigQuery Data Transfer REST API to enumerate required parameters for any data source, including OAuth authorization URL generation for Google data sources. - Guided Provisioning Workflow: Enforces declarative provisioning through a deployment.yaml pipeline framework, with mandatory user confirmation of parameters and transfer run verification. - Use Case: When asked to ingest Google Ads or Cloud Storage data into BigQuery, first check for an existing transfer, discover required parameters, and trigger a monitored manual run before building downstream pipeline tasks. ## Quick Start Ask the assistant to check whether a BigQuery Data Transfer Service config already exists for your project and region before creating a new ingestion pipeline.