Home
last modified time | relevance | path

Searched refs:get_dict_from_schema (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/data_storage/bigquery/
Dbigquery_logger_utils.py160 def get_dict_from_schema(schema): function
374 remote_schema_dict = get_dict_from_schema(remote_schema)
375 new_schema_dict = get_dict_from_schema(new_schema)
Dtest_bigquery_utils.py163 assert dictionary.items() == utils.get_dict_from_schema(schema).items()