Skip to content

Normalize ProtoSchema descriptor #6786

Description

@haphungw

BigQuery Storage Write API requires proto_descriptor in ProtoSchema to be self-contained with no external unresolved imports.

  1. Port Go's NormalizeDescriptor (managedwriter/adapt/protoconversion.go:538).
  2. Flatten all nested type dependencies into the primary DescriptorProto.
  3. Strip external file dependencies so the descriptor is accepted by the Storage Write API backend without unresolvable dependency errors.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the BigQuery API.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions