What problem does it solve? Setting up BigQuery data ingestion often means hunting for existing transfer configurations, discovering required datasource parameters, and handling OAuth authorization manually. This Skill automates the discovery and inspection of BigQuery Data Transfer Service (DTS) configurations so you avoid duplicate pipelines and misconfigured transfers. ## Core Features & Use Cases - Existing Transfer Discovery: Lists and analyzes existing DTS transfer configs in a project and region, including checking for successful runs and disabled transfers. - Datasource Parameter Inspection: Uses a REST API script to enumerate available data sources and extract the exact parameters required for a new transfer config. - OAuth Authorization Support: Generates OAuth authorization URLs for Google data sources (Google Ads, YouTube) when using end-user credentials. - Use Case: A data engineer needs to ingest Google Cloud Storage data into BigQuery. The Skill checks for existing transfers, discovers required parameters via the REST API, confirms them with the user, and guides declarative provisioning through a deployment.yaml. ## Quick Start Ask the assistant to check for existing BigQuery Data Transfer Service configs in your project and help set up ingestion for your data source.