Searched refs:table_schema (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/tools/gcp/utils/ |
D | big_query_utils.py | 62 def create_table(big_query, project_id, dataset_id, table_id, table_schema, argument 68 } for (field_name, field_type, field_description) in table_schema] 77 table_schema, argument 88 } for (field_name, field_type, field_description) in table_schema]
|
/external/autotest/site_utils/ |
D | cleanup_tko_db.py | 53 table_schema = utils.run_sql_cmd( 56 logging.info(table_schema) 58 create_table_cmd = table_schema.split('Create Table: ')[1]
|
/external/grpc-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)
|