Skip to content
This repository was archived by the owner on Aug 30, 2026. It is now read-only.
This repository was archived by the owner on Aug 30, 2026. It is now read-only.

listTables method doesn't pass table labels #3735

Description

@tloszabno

Hello,

I noticed that java-bigquery library does not pass-through labels from the rest API list table method. We need to read labels in our project, without that we need to fetch details for each table, which causes many problems, while all required data is available but just not converted.

The problem I debugged is in the method listTablesSkipExceptionTranslation where there is no conversion of labels.

Look at the breakpoint in the debug mode:

Image

I will attach Pull Request to add labels.

Metadata

Metadata

Assignees

Labels

api: bigqueryIssues related to the googleapis/java-bigquery API.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions