Home
last modified time | relevance | path

Searched refs:table_schema (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/tools/gcp/utils/
Dbig_query_utils.py62 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/
Dcleanup_tko_db.py53 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/
Dpatch_scenario_results_schema.py40 table_schema = json.loads(f.read())
43 table_schema)
Dbq_upload_result.py88 table_schema = json.loads(f.read())
91 table_schema, desc)