in dbt/adapters/maxcompute/utils.py [0:0]
def _dbt_maxcompute_version() -> str:
"""
Pull the package version from the main package version file
"""
attributes: dict[str, str] = {}
exec(VERSION.read_text(), attributes)
return attributes["version"]