What it does
The Library is where your organization’s shared understanding of its data lives: what your columns mean, how your tables relate, how your metrics are calculated, and which queries are trusted. Approval is what makes a definition count. Only approved definitions are used to answer questions, so anything still suggested, rejected, disabled, or broken is never treated as authoritative. That is what keeps results consistent and defensible.What it holds
- Metrics, named measures with their computation and filters
- Tables, reusable sets of rows that metrics are built on
- Column meanings, what a specific column represents and how it should be treated
- Relationships, how two tables join together, with match quality
- Value maps, how values in one system correspond to values in another
- Saved queries, approved queries for a specific business question
Getting around
The Library has its own navigation down the left. Overview is where you land. It shows the state of your library at a glance: how much of your data is covered, how many definitions are approved, how many are waiting on review, and how many have broken. Below that, Needs attention lists what is worth handling now, Pick up where you left off returns you to any unfinished drafts, and Recent activity shows who approved, rejected, or suggested what. Review is your queue of decisions, with a count of what is waiting. Browse lets you work through everything, either all definitions at once or one kind at a time, with filters for status, source, and connection. Rejected and disabled definitions are tucked away by default, and Show dismissed brings them back. The search box at the top searches your whole library.The review inbox
Review is split into three tabs. Suggestions are new definitions waiting for a decision. Work down the list and approve or reject each one, using the arrow keys to move between them. Drift breaks are metrics that stopped matching your data. A metric lands here when its numbers no longer reconcile, or when another metric it depends on was un-approved. Either way it is excluded from answers until you look at it. This is the one to watch, because it is how you find out something quietly stopped being trustworthy. Conflicts are questions people actually asked that Pluvo could not answer from your approved definitions. Each shows the question, whether Pluvo declined to answer or answered without verified figures, and how often it has come up. They are the best available reading of what your library is still missing.The review inbox covers metrics and saved queries. To review suggested column meanings, relationships, or value maps, go to Browse and filter the status to Suggested.
Making a decision
Approve puts a definition to work. Reject marks it wrong, and Pluvo will not suggest it again. Disable takes something out of use without saying it was wrong. Rejecting asks for an optional reason. It is worth writing one, because it appears alongside the decision later and saves the next person wondering why. All three decisions are reversible. Click an applied decision again to undo it, and the definition returns to suggested.Creating a metric
Definitions arrive on their own as Pluvo learns from your data, but you can also build a metric yourself.1
Start a new definition
Choose Create definition. You get a conversation on the left and a builder on the right, and you can work in either.
2
Describe it, or build it by hand
Tell the assistant what you want to measure in plain words and it fills in the builder, or set it up yourself. Either way you can adjust anything it proposes.
3
Build the formula
Choose what you are measuring, the column it comes from, how to add it up, and the date it is tracked by. Then narrow it down with filters, and choose how it can be broken out.
4
Check the preview
A live preview shows the number your formula produces, so you can confirm it before saving.
5
Name it and save
Give it a clear name and description, add any other names people use for it so the Assistant finds it, then save.
If a metric you are creating duplicates one that already exists, Pluvo tells you and offers to open the existing one instead. Worth heeding, since two metrics measuring the same thing is how numbers start disagreeing.
Tables
A Table is a reusable set of rows that your organization has agreed on, defined once and then used as the foundation for metrics. Rather than every metric working out which rows count from raw data, you define the shape once, check it, and build on it. Each Table carries a plain-language contract: what a single row represents, how dates are handled, which columns are safe to group or filter by, and what each column means.Building one
Tables are created through the same Create definition conversation. Describe the rows you need, for example a monthly revenue-by-customer table, and Pluvo drafts one for you. The draft appears in a panel where you can work through it.1
Review the draft
Look through the columns, what each row represents, and the query behind it. To change anything, ask the assistant rather than editing it directly.
2
Check it against live data
Choose Check and preview to run it. You get real rows back, plus confirmation that the structure holds up and that every row is uniquely identified.
3
Save and publish
Once the checks pass you can save it, then Publish to make it available to everyone. Saving again creates a new revision, so you can see how it has changed.
Using a Table for a metric
Once a Table is published, it becomes a source you can build metrics on. In the builder, choose it from Library Tables rather than picking raw connected data, and Pluvo offers only the calculations and breakdowns its contract allows. That is the point: the Table has already settled which rows count, so the metric only has to say what to do with them.Reading a metric
Open any metric and you get the full picture across three tabs. Overview explains the metric. How it’s computed walks through the calculation in plain language, step by step. What it means gives the description and any guidance that shapes how Pluvo uses it. Source and lineage shows which connection, tables, and joins it draws on. What depends on this lists the other metrics built on top of it, so you can see what you would affect by changing it. Checked against your data is the trust check, showing the total to date against the expected value, the difference, and when it was last checked. Where it’s used shows the questions where the metric actually got used, with the value it produced, who asked, and when. It is the quickest way to tell whether a definition is earning its keep. History is a timeline of what happened to the metric: when it was created, when the formula or naming changed, when its status changed, and when it broke.The usage and history tabs are available for metrics. Other kinds of definition show the Overview only.