Searched refs:rows_list (Results 1 – 2 of 2) sorted by relevance
164 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument166 body = {'rows': rows_list}
812 rows_list = []827 rows_list.append(row_template % "".join(cells_list))828 rows_html = rows_template % "".join(rows_list)