Skip to content

Add BigLakeConfiguration as a property of StandardTableDefinition #2915

@vteja11

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.

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