Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_logger_utils.py257 def get_schema_from_rows_list(rows_list): argument
265 for row in rows_list:
287 def get_formatted_rows(rows_list, schema): argument
298 for row in rows_list:
407 def flush(self, rows_list, dataset_id, table_id, retries=5): argument
423 for row in rows_list:
Dbigquery_scheduled_automatic_client.py34 for dataset_table_tuple, rows_list in insert_iterator:
36 client.flush(rows_list, dataset_id, table_id)