in dbt/adapters/maxcompute/relation.py [0:0]
def get_path(cls, relation: BaseRelation, information_schema_view: Optional[str]) -> Path:
return Path(
database="SYSTEM_CATALOG",
schema="INFORMATION_SCHEMA",
identifier=information_schema_view,
)