Skip to content

Add missing BigQuery connector configuration properties to documentation #28495

@shunki-fujita

Description

@shunki-fujita

Description

Several BigQuery connector configuration properties are defined in the code but missing from the documentation:

  • bigquery.metadata.parallelism — Limits the parallelism of metadata enumeration calls (1–32, default: min(available CPUs, 32))
  • bigquery.metadata-page-size — The number of metadata entries retrieved per API request (default: 1000)
  • bigquery.job.label-name — Adds a label with the given name to the BigQuery job
  • bigquery.job.label-format — Value format for the job label, supporting $QUERY_ID, $SOURCE, $USER, $TRACE_TOKEN
  • bigquery.projection-pushdown-enabled — Enable dereference push down for ROW type (default: true)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions