Skip to content

Commit c6a2bff

Browse files
authored
Chore: update bigquery integration test related to info. schema (#4311)
1 parent 8e3ac17 commit c6a2bff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/core/engine_adapter/integration/test_integration_bigquery.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ def _mutate_config(_: str, config: Config) -> None:
229229
"table_type": exp.DataType.build("TEXT"),
230230
"is_insertable_into": exp.DataType.build("TEXT"),
231231
"is_typed": exp.DataType.build("TEXT"),
232+
"managed_table_type": exp.DataType.build("TEXT"),
232233
"creation_time": exp.DataType.build("TIMESTAMPTZ"),
233234
"base_table_catalog": exp.DataType.build("TEXT"),
234235
"base_table_schema": exp.DataType.build("TEXT"),
@@ -259,6 +260,7 @@ def _mutate_config(_: str, config: Config) -> None:
259260
" `tables`.`table_type` AS `table_type`,\n"
260261
" `tables`.`is_insertable_into` AS `is_insertable_into`,\n"
261262
" `tables`.`is_typed` AS `is_typed`,\n"
263+
" `tables`.`managed_table_type` AS `managed_table_type`,\n"
262264
" `tables`.`creation_time` AS `creation_time`,\n"
263265
" `tables`.`base_table_catalog` AS `base_table_catalog`,\n"
264266
" `tables`.`base_table_schema` AS `base_table_schema`,\n"

0 commit comments

Comments
 (0)