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.

Add BigLakeConfiguration as a property of StandardTableDefinition #2915

Description

@vteja11

com.google.api.services.bigquery.model.Table contains a property called BigLakeConfiguration. This property is used to identify a Biglake table, so this needs to be propagated to com.google.cloud.bigquery.StandardTableDefinition.

Describe the solution you'd like
Propagate BigLakeConfiguration from com.google.api.services.bigquery.model.Table to com.google.cloud.bigquery.StandardTableDefinition

Additional context
The Spark Bigquery connector uses the java-bigquery library to communicate with BigQuery. In some cases, we need to determine if a table is a Biglake table. A table is identified as a Biglake table if it has the BigLakeConfiguration property. Therefore, we need to propagate the BigLakeConfiguration property from the Table class to the StandardTableDefinition class.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    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