HomeSort by relevance Sort by last modified time
    Searched refs:table_schema (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/tools/run_tests/performance/
patch_scenario_results_schema.py 40 table_schema = json.loads(f.read())
43 table_schema)
bq_upload_result.py 88 table_schema = json.loads(f.read())
91 table_schema, desc)
  /external/autotest/site_utils/
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/gcp/utils/
big_query_utils.py 62 def create_table(big_query, project_id, dataset_id, table_id, table_schema,
68 } for (field_name, field_type, field_description) in table_schema]
77 table_schema,
88 } for (field_name, field_type, field_description) in table_schema]

Completed in 308 milliseconds