Google BigQuery
Overview
Sync assets from Google BigQuery tables into RegScale.
Commands
| Command | Description |
|---|---|
regscale bigquery sync_assets_bq | Sync assets from a BigQuery table or query into RegScale. |
regscale bigquery sync_assets_bq
regscale bigquery sync_assets_bqSync assets from a BigQuery table or query into RegScale.
regscale bigquery sync_assets_bq [OPTIONS]
| Flag | Type | Required | Default | Description |
|---|---|---|---|---|
--regscale_ssp_id, -id, --id, --regscale_id | integer | Yes | — | RegScale SSP ID to sync assets to. |
--source-type | choice | No | table | Read from a BigQuery table or execute a SQL query. Choices: table, query |
--bigquery-project | text | No | — | GCP project ID (overrides init.yaml). |
--bigquery-dataset | text | No | — | BigQuery dataset ID (overrides init.yaml). |
--bigquery-table | text | No | — | BigQuery table name (overrides init.yaml). |
--bigquery-query | text | No | — | SQL SELECT query (query mode only). |
--dry-run | boolean | No | false | Fetch row count and schema without pushing data to RegScale. |
--limit | integer | No | — | Maximum number of records to process (for orchestrator pagination). |
--offset | integer | No | 0 | Number of records to skip (for orchestrator pagination). |
Updated about 5 hours ago
Did this page help you?
