Searched refs:table_schema (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/tools/gcp/utils/ |
D | big_query_utils.py | 66 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument 72 } for (field_name, field_type, field_description) in table_schema] 81 table_schema, argument 92 } for (field_name, field_type, field_description) in table_schema]
|
/third_party/protobuf/benchmarks/util/ |
D | big_query_utils.py | 50 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument 56 } for (field_name, field_type, field_description) in table_schema] 65 table_schema, argument 76 } for (field_name, field_type, field_description) in table_schema]
|
/third_party/grpc/tools/run_tests/performance/ |
D | patch_scenario_results_schema.py | 40 table_schema = json.loads(f.read()) 43 table_schema)
|
D | bq_upload_result.py | 88 table_schema = json.loads(f.read()) 91 table_schema, desc)
|