Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/run_tests/python_utils/
Dupload_test_results.py87 def _insert_rows_with_retries(bq, bq_table, bq_rows): argument
90 for i in range((len(bq_rows) / 1000) + 1):
95 bq_rows[i * 1000:(i + 1) * 1000]):
126 bq_rows = []
141 bq_rows.append(row)
142 _insert_rows_with_retries(bq, bq_table, bq_rows)
163 bq_rows = []
177 bq_rows.append(row)
178 _insert_rows_with_retries(bq, bq_table, bq_rows)
Dupload_rbe_results.py149 bq_rows = [] variable
201 bq_rows.append({
226 bq_rows.append({
248 for i in range((len(bq_rows) / 1000) + 1):
249 _upload_results_to_bq(bq_rows[i * 1000:(i + 1) * 1000])