Searched defs:dataset_id (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 37 def _upload_netperf_latency_csv_to_bigquery(dataset_id, table_id, result_file): argument 64 def _upload_scenario_result_to_bigquery(dataset_id, table_id, result_file): argument 76 def _insert_result(bq, dataset_id, table_id, scenario_result, flatten=True): argument 85 def _create_results_table(bq, dataset_id, table_id): argument 177 dataset_id, table_id = args.bq_result_table.split('.', 2) variable
|
D | patch_scenario_results_schema.py | 36 def _patch_results_table(dataset_id, table_id): argument 56 dataset_id, table_id = args.bq_result_table.split('.', 2) variable
|
/third_party/grpc/tools/gcp/utils/ |
D | big_query_utils.py | 42 def create_dataset(biq_query, project_id, dataset_id): argument 66 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument 79 dataset_id, argument 99 dataset_id, argument 141 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument 168 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument
|
/third_party/protobuf/benchmarks/util/ |
D | big_query_utils.py | 26 def create_dataset(biq_query, project_id, dataset_id): argument 50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument 63 dataset_id, argument 83 dataset_id, argument 124 def patch_table(big_query, project_id, dataset_id, table_id, fields_schema): argument 152 def insert_rows(big_query, project_id, dataset_id, table_id, rows_list): argument
|