wb resource add-ref bq-table

Name

wb-resource-add-ref-bq-table - Add a referenced BigQuery Data Table.

Synopsis

wb resource add-ref bq-table [--cloning=<cloningInstructionsOption>] [--dataset-id=<bigQueryDatasetId>] [--description=<description>] [--format=<format>] [--path=<path>] [--project-id=<gcpProjectId>] [--table-id=<bigQueryTableId>] [--workspace=<id>] (--id=<id>)

Description

Add a referenced BigQuery Data Table.

Options

  • --cloning=<cloningInstructionsOption>
    Instructions for handling when cloning the workspace: COPY_NOTHING, COPY_DEFINITION, COPY_RESOURCE, COPY_REFERENCE, COPY_LINK_REFERENCE.

    Default: COPY_REFERENCE
    
  • --dataset-id=<bigQueryDatasetId>
    BigQuery dataset id.

  • --description=<description>
    Description of the resource.

  • --format=<format>
    Set the format for printing command output: JSON, TEXT. Defaults to the config format property.

    Default: null
    
  • --id=<id>
    ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores.

  • --id=<id>
    ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores.

  • --path=<path>
    Path of the big query table (e.g. ‘project_id.dataset_id.table_id’).

  • --project-id=<gcpProjectId>
    GCP project id of the dataset.

  • --table-id=<bigQueryTableId>
    BigQuery data table id.

  • --workspace=<id>
    Workspace id to use for this command only.

Last Modified: 14 November 2024