Skip to main content

MaxCompute semantic-layer-aware CLI: multi-profile auth + pyodps-backed query + structured memory + FTS5 + vector retrieval + UDF.

Project description

maxcompute-semantic (mcs)

PyPI Python License CI codecov English 中文

Give AI agents the context they need to query your MaxCompute data.

mcs is a CLI for building a local semantic package from your MaxCompute project: table and column descriptions, JOIN relationships, UDFs, business metrics, verified SQL, and notes from past queries. Your agent reads that package before it writes SQL, then uses mcs to review, cost-check, and execute the query.

Documentation · PyPI · Changelog

Why mcs?

AI agents can call MaxCompute, but they do not know your data warehouse. They guess table names, miss JOIN keys, and write SQL that runs but answers the wrong question.

mcs gives the agent a local source of truth:

  • Semantic package - mcs build scans table metadata and produces a structured package the agent can read before writing SQL.
  • Memory - verified queries, failed patterns, and domain notes accumulate over time. Similar questions can reuse known-good SQL instead of starting cold.
  • SQL guard rails - cost estimation, write protection, dialect review, and tier-aware schema resolution run before the query reaches MaxCompute.
  • Agent integration - the packaged skill works with Claude Code, Cursor, Codex, Gemini CLI, Qwen Code, OpenCode, and many other agent platforms.

How it works

You configure a profilemcs build produces a semantic package → agent reads it to write SQL

  • [A] profile - identity, compute project, cost thresholds, and table scope. One profile usually maps to one business scenario.
  • [B] semantic package - local SQLite + markdown knowledge base produced by mcs build.
  • [C] agent - connects through the generated skill; reads the package, runs mcs sql cost, and then runs mcs sql execute or the async SQL lifecycle.

Business scenario = profile + semantic package + metrics + query memory.

Quick Start

Before you start, have these ready: a MaxCompute project, region or endpoint, auth method (AK, keyless/NCS, or process), the tables or schemas you want to cover, and SELECT permission on those tables.

1. Install

uv tool install maxcompute-semantic
mcs --version

Then register the skill with the agents on this machine:

mcs skill install --detect -g

Prefer an agent-assisted install? Tell any connected AI agent:

Install mcs for me, read this guide fully then follow step by step: curl -fsSL https://raw.githubusercontent.com/aliyun/maxcompute-semantic/main/scripts/install.md

The guide tells the agent to show you the exact command before running any remote bootstrap or final install step.

2. Create a profile

mcs profile create
mcs link bind <profile-name>

profile create opens an interactive wizard for endpoint, auth, project, sources, and cost thresholds. link bind ties the current directory to that profile so future commands can resolve it automatically.

3. Build the semantic package

mcs build
mcs doctor

4. Ask through your agent

"How did last month's order GMV compare year-over-year?"

The agent reads mcs show, checks the query with mcs sql review, estimates cost with mcs sql cost, and then runs mcs sql execute when the query is safe to run. Have it record working SQL so similar questions get BM25 recall next time:

mcs memory verify --question "How did last month's order GMV compare year-over-year?" --sql "SELECT ..." --tables your_project.your_schema.orders

You can also let the agent do steps 2 and 3. After installing the skill, describe your business scenario:

"I'm doing monthly analysis on warehouse A, mainly looking at the order and user tables in the dwd/dws layers of your_project; help me build the semantic layer."

The agent will guide profile setup, bind the working directory, and run mcs build.

Safety and privacy

  • mcs stores profiles and semantic packages locally. The semantic package is SQLite + markdown, not a hosted service.
  • Credentials stay in your profile configuration. You can store AK values as environment-variable references instead of literals.
  • mcs build reads metadata and optional samples only for the sources you put in the profile.
  • mcs sql cost, mcs sql review, and write protection are designed to catch expensive or unsafe SQL before execution.
  • Agents use mcs as the gatekeeper. They do not need direct MaxCompute credentials outside the configured profile.

Key Features

Feature Command What it does
Build mcs build Scan schema → produce semantic package
Inspect mcs show / mcs status Read package data and build status
Catalog mcs meta ... Discover projects, schemas, tables, and columns
Query mcs sql execute '...' Run SQL with tier-aware resolution
Async SQL mcs sql submit / wait / result Run and retrieve long queries
Cost gate mcs sql cost '...' Estimate cost before running
Review mcs sql review '...' Lint SQL for dialect / schema issues
Memory mcs memory verify ... Record a verified query for future recall
Recall mcs memory recall '<q>' BM25 search across verified SQL + notes
Metrics mcs metric add ... Define reusable business metrics
Proposals mcs package propose --from-suggestions Turn build suggestions into reviewable package changes
UDFs mcs udf ... List, inspect, create, test, and remove UDFs
Doctor mcs doctor Diagnose profile / auth / skill state

Run mcs <command> --help for the full option surface.

Manual Install

uv tool install maxcompute-semantic    # recommended, Python >= 3.10
# in a virtualenv / managed Python: pip install maxcompute-semantic

If ~/.local/bin is not on your PATH:

echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc

Then register the skill with your agents. Choose one:

mcs skill install --detect -g  # recommended: only agents found on this machine
mcs skill install --all -g     # every supported agent platform

Upgrade / Uninstall

The uninstall example uses -g because the install examples above are global; omit it for local skill installs.

mcs update                                    # check for latest and upgrade
mcs skill uninstall --all -g                  # remove global skill symlinks
uv tool uninstall maxcompute-semantic         # remove CLI

Configuration

Profiles store auth, compute project, data sources, and cost thresholds:

mcs profile create                    # interactive wizard
mcs profile create --from-file @p.yaml  # scripted
mcs link bind <name>                  # bind cwd to profile

Profile resolution order: --profile flag → MCS_PROFILE env → cwd binding → ALIBABA_CLOUD_* / MAXCOMPUTE_* env vars.

Contributing

uv sync --extra dev
uv run pytest tests/ -m 'not live'
uv run pytest tests/ -m 'not live' --cov=maxcompute_semantic --cov-report=xml --cov-fail-under=85
uv run diff-cover coverage.xml --compare-branch=origin/main --fail-under=80
uv run ruff check src/ tests/
uv run mypy src/

License

Apache License 2.0 - see LICENSE. Third-party notices in NOTICE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

maxcompute_semantic-0.17.2.tar.gz (1.7 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

maxcompute_semantic-0.17.2-py3-none-any.whl (591.7 kB view details)

Uploaded Python 3

File details

Details for the file maxcompute_semantic-0.17.2.tar.gz.

File metadata

  • Download URL: maxcompute_semantic-0.17.2.tar.gz
  • Upload date:
  • Size: 1.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for maxcompute_semantic-0.17.2.tar.gz
Algorithm Hash digest
SHA256 3143396f59a38fcaeae200bdfe302420144812fd1a8d8ded9902f667ac4b67d2
MD5 1fb1a80bb7b2638ee1800a9bea4f91ae
BLAKE2b-256 bc4b4a6dca1adca2a9c99ee8bc7b954e872d63c449274549c13ca2d4bd5f6619

See more details on using hashes here.

Provenance

The following attestation bundles were made for maxcompute_semantic-0.17.2.tar.gz:

Publisher: publish.yml on aliyun/maxcompute-semantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file maxcompute_semantic-0.17.2-py3-none-any.whl.

File metadata

File hashes

Hashes for maxcompute_semantic-0.17.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e9688fd6877d7469ba352ab90f7bfb29f0b986ae2f92ab922ddbe0c8dcae71a5
MD5 240c3750a47808fdc8fd75cb4c525673
BLAKE2b-256 90e4690d9fb0bcd17c25f0163bbf5173ce41010ff349ff3703398e693e96fa2f

See more details on using hashes here.

Provenance

The following attestation bundles were made for maxcompute_semantic-0.17.2-py3-none-any.whl:

Publisher: publish.yml on aliyun/maxcompute-semantic

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page