context-layer
There is a lot of talk about context layers, and the best way to learn one is to build one. This is a toy, but the core ideas turned out to be simple.
- A data platform is full of signals: query history, who opens what, what is certified, what is refreshed. That is enough to rank definitions.
- Nobody will maintain a knowledge graph by hand, and the ones that exist drift. The graph has to build itself.
- A stateless agent is attractive: the ranking happens before the question, so the model behind the agent can change without losing anything.
- A context layer is there to be useful, not to hold the ultimate truth.
The bet is that a context built automatically, at least to start, and ranked on how the platform already behaves gets better as the platform is used. I do not know yet whether that holds. What I do like is that it uses the semantic models already there and asks for no new modelling.
So far the industry splits on who settles a conflict: the platform, by scoring it, which scales with usage, or a person, by reviewing it, which scales with reviewer time; I prefer the first, time will tell.
The harvest delivers one thing: a knowledge graph of the tenant - every term, its competing definitions ranked, and what feeds what. That graph is the context. It runs nightly on its own.
!pip install fabcontext
import fabcontext
url = fabcontext.harvest("Workspace_A")
The first call creates the lakehouse; every later one updates it. It returns the URL an agent asks against.
The ranking, what is harvested, the schema, how to ask, the limits: docs/guide.md.
Agent
The agent can be anything - Claude, GitHub Copilot, Scout, Microsoft 365 Copilot. It needs two things and installs nothing: a read-only Power BI connection, and the ids of the semantic model the harvest published the ranking into. One DAX query asks that model which definition wins; a second runs it. One folder per tool: agent/.
Licence
MIT - see LICENSE.
Release files for fabcontext 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fabcontext-0.1.2.tar.gz | 113.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fabcontext-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 225.2 kB
Release files / fabcontext-0.1.2.tar.gz
| Download URL | fabcontext-0.1.2.tar.gz |
|---|---|
| Size | 113.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b773a490daae9b393af28466e9585650785a0e533bc6bd380e89d558c8710c70
|
|
BLAKE2b-256 checksum How to use checksums |
4b9f7e79b5f4d747c692e50f41956e4a3c4cac8c48549f999db894158c1e05cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.
Transparency logRelease files / fabcontext-0.1.2-py3-none-any.whl
| Download URL | fabcontext-0.1.2-py3-none-any.whl |
|---|---|
| Size | 111.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a0a25c47e4d7b94f0a61cd6a87c049284965964b7c94cabd81ed381f12aef517
|
|
BLAKE2b-256 checksum How to use checksums |
26d9c0dce9fda2fa3b0c66b5b8a7c6858bce89f42816480967685a61fef005ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Sep 13, 2026.
Transparency log