Skip to content

Commit 6e99e93

Browse files
authored
Chore: update bigquery integration test related to info. schema (#4312)
1 parent c6a2bff commit 6e99e93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/core/engine_adapter/integration/test_integration_bigquery.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def _mutate_config(_: str, config: Config) -> None:
260260
" `tables`.`table_type` AS `table_type`,\n"
261261
" `tables`.`is_insertable_into` AS `is_insertable_into`,\n"
262262
" `tables`.`is_typed` AS `is_typed`,\n"
263-
" `tables`.`managed_table_type` AS `managed_table_type`,\n"
264263
" `tables`.`creation_time` AS `creation_time`,\n"
265264
" `tables`.`base_table_catalog` AS `base_table_catalog`,\n"
266265
" `tables`.`base_table_schema` AS `base_table_schema`,\n"
@@ -275,7 +274,8 @@ def _mutate_config(_: str, config: Config) -> None:
275274
" `tables`.`replication_status` AS `replication_status`,\n"
276275
" `tables`.`replication_error` AS `replication_error`,\n"
277276
" `tables`.`is_change_history_enabled` AS `is_change_history_enabled`,\n"
278-
" `tables`.`sync_status` AS `sync_status`\n"
277+
" `tables`.`sync_status` AS `sync_status`,\n"
278+
" `tables`.`managed_table_type` AS `managed_table_type`\n"
279279
f"FROM {dependency} AS `tables`"
280280
)
281281

0 commit comments

Comments
 (0)