Google BigQuery

Overview

Sync assets from Google BigQuery tables into RegScale.

Commands

CommandDescription
regscale bigquery sync_assets_bqSync assets from a BigQuery table or query into RegScale.

regscale bigquery sync_assets_bq

Sync assets from a BigQuery table or query into RegScale.

regscale bigquery sync_assets_bq [OPTIONS]
FlagTypeRequiredDefaultDescription
--regscale_ssp_id, -id, --id, --regscale_idintegerYesRegScale SSP ID to sync assets to.
--source-typechoiceNotableRead from a BigQuery table or execute a SQL query. Choices: table, query
--bigquery-projecttextNoGCP project ID (overrides init.yaml).
--bigquery-datasettextNoBigQuery dataset ID (overrides init.yaml).
--bigquery-tabletextNoBigQuery table name (overrides init.yaml).
--bigquery-querytextNoSQL SELECT query (query mode only).
--dry-runbooleanNofalseFetch row count and schema without pushing data to RegScale.
--limitintegerNoMaximum number of records to process (for orchestrator pagination).
--offsetintegerNo0Number of records to skip (for orchestrator pagination).

Did this page help you?