Home
last modified time | relevance | path

Searched refs:new_schema (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dtest_bigquery_utils.py392 new_schema = {
399 'existing_dataset', 'existing_table', new_schema)
426 new_schema = {
432 'existing_dataset', 'existing_table', new_schema)
Dbigquery_logger_utils.py358 def update_table_schema(self, dataset_id, table_id, new_schema): argument
372 table = self.create_table(dataset_id, table_id, new_schema)
375 new_schema_dict = get_dict_from_schema(new_schema)