fabriciq-ontology-consumption-cli

Installation
SKILL.md

Update Check — ONCE PER SESSION (mandatory) The first time this skill is used in a session, run the check-updates skill before proceeding.

  • GitHub Copilot CLI / VS Code: invoke the check-updates skill (e.g., /fabric-skills:check-updates).
  • Claude Code / Cowork / Cursor / Windsurf / Codex: read the local package.json version, then compare against remote via git fetch origin main --quiet && git show origin/main:package.json (or the GitHub API). If remote is newer, show the changelog and update instructions.
  • Skip if the check was already performed earlier in this session.

CRITICAL NOTES

  1. Ontology is preview. The item type value is Ontology. Wire format and limitations may change; validate against the current docs before production use.
  2. This skill is read-only. It never calls createItem or updateDefinition. For schema changes, delegate to fabriciq-ontology-authoring-cli.
  3. This skill does not query source data directly. It enumerates ontology grounding context, then delegates the actual data read to the per-datasource consumption skill that matches the binding source kind (see Query Routing).
  4. Projections (a semantic query layer over ontology entities) are not yet GA. Until they ship, all data queries run against the source table (LakehouseTable or KustoTable) using the columns declared in the binding's propertyBindings[].
  5. To find the workspace details (including its ID) from workspace name: list all workspaces and use JMESPath filtering.
  6. To find the ontology item ID from workspace ID and item name: list all items of type Ontology in that workspace and use JMESPath filtering.

fabriciq-ontology-consumption-cli — Fabric Ontology Consumption via CLI

Table of Contents

Installs
1
GitHub Stars
644
First Seen
Today
fabriciq-ontology-consumption-cli — microsoft/skills-for-fabric