Skip to content

Commit 7be9878

Browse files
fix(bigquery): update the API
#### bigquery:v2 The following keys were changed: - schemas.BigLakeConfiguration.description - schemas.Table.properties.biglakeConfiguration.description
1 parent 7b90d19 commit 7be9878

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎discovery/bigquery-v2.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@
22562256
}
22572257
}
22582258
},
2259-
"revision": "20250313",
2259+
"revision": "20250404",
22602260
"rootUrl": "https://bigquery.googleapis.com/",
22612261
"schemas": {
22622262
"AggregateClassificationMetrics": {
@@ -2853,7 +2853,7 @@
28532853
"type": "object"
28542854
},
28552855
"BigLakeConfiguration": {
2856-
"description": "Configuration for BigLake managed tables.",
2856+
"description": "Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed tables.)",
28572857
"id": "BigLakeConfiguration",
28582858
"properties": {
28592859
"connectionId": {
@@ -8897,7 +8897,7 @@
88978897
"properties": {
88988898
"biglakeConfiguration": {
88998899
"$ref": "BigLakeConfiguration",
8900-
"description": "Optional. Specifies the configuration of a BigLake managed table."
8900+
"description": "Optional. Specifies the configuration of a BigQuery table for Apache Iceberg."
89018901
},
89028902
"cloneDefinition": {
89038903
"$ref": "CloneDefinition",

‎src/apis/bigquery/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ export namespace bigquery_v2 {
467467
biEngineReasons?: Schema$BiEngineReason[];
468468
}
469469
/**
470-
* Configuration for BigLake managed tables.
470+
* Configuration for BigQuery tables for Apache Iceberg (formerly BigLake managed tables.)
471471
*/
472472
export interface Schema$BigLakeConfiguration {
473473
/**
@@ -4511,7 +4511,7 @@ export namespace bigquery_v2 {
45114511
}
45124512
export interface Schema$Table {
45134513
/**
4514-
* Optional. Specifies the configuration of a BigLake managed table.
4514+
* Optional. Specifies the configuration of a BigQuery table for Apache Iceberg.
45154515
*/
45164516
biglakeConfiguration?: Schema$BigLakeConfiguration;
45174517
/**

0 commit comments

Comments
 (0)