in dbt/adapters/maxcompute/relation_configs/_base.py [0:0]
def from_mc_table(cls, table: MaxComputeTable) -> Self: relation_config = cls.parse_mc_table(table) relation = cls.from_dict(relation_config) return relation