def __init__(self):
warnings.simplefilter('always', category=DeprecationWarning)
warnings.warn("data_pipeline.schema_cache.SchematizerClient is deprecated.",
DeprecationWarning)
self.schema_id_to_schema_map = {}
self.schema_id_to_topic_map = {}
self.base_to_transformed_schema_id_map = {}
self.schema_id_to_pii_map = {}
评论列表
文章目录