def parse_mc_table()

in dbt/adapters/maxcompute/relation_configs/_base.py [0:0]


    def parse_mc_table(cls, table: MaxComputeTable) -> Dict:
        raise NotImplementedError("`parse_mc_table()` is not implemented for this relation type")