Skip to content

Commit c6810a4

Browse files
committed
Chore: update bigquery integration test related to info. schema
1 parent c6a2bff commit c6810a4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/core/engine_adapter/integration/test_integration_bigquery.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ def _mutate_config(_: str, config: Config) -> None:
275275
" `tables`.`replication_status` AS `replication_status`,\n"
276276
" `tables`.`replication_error` AS `replication_error`,\n"
277277
" `tables`.`is_change_history_enabled` AS `is_change_history_enabled`,\n"
278-
" `tables`.`sync_status` AS `sync_status`\n"
278+
" `tables`.`sync_status` AS `sync_status`,\n"
279+
" `tables`.`managed_table_type` AS `managed_table_type`\n"
279280
f"FROM {dependency} AS `tables`"
280281
)
281282

0 commit comments

Comments
 (0)