From 9f35997b64c650b308196713396c88f0b799eae7 Mon Sep 17 00:00:00 2001 From: Maria Jose Ferreira Fernandes <171664470+MariaJoseFF@users.noreply.github.com> Date: Thu, 10 Sep 2026 15:57:02 +0200 Subject: [PATCH] docs(cli): correct the relationship path form and note the TOM name The Containers and keywords section documented relationship paths as Relationships/{guid}. Braces are reserved characters in CLI paths as of 0.7.0, so that form is rejected by the path parser rather than resolved. Correct it to Relationships/"{guid}" and note that --paths-only prints the relationship's TOM name, which is not always a GUID: the GUID in Power BI models, a display-style name such as Relationships/Relationship 1 in SSAS-sourced models. Work item 7269. --- content/features/te-cli/te-cli-commands.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/features/te-cli/te-cli-commands.md b/content/features/te-cli/te-cli-commands.md index 4c924cae..d1106577 100644 --- a/content/features/te-cli/te-cli-commands.md +++ b/content/features/te-cli/te-cli-commands.md @@ -87,7 +87,9 @@ Several names act as container keywords. A keyword can stand alone (listing the | `Levels` | Hierarchy | Levels of a hierarchy. | | `Members`, `TablePermissions` (alias `Permissions`) | Role | Children of a role. | -Calculated sets are addressable in container form only (`/Sets/`); an individual KPI is `
//KPI`; calendars resolve at `
/Calendars/`; relationships resolve at `Relationships/{guid}` (`--paths-only` prints the GUID form, and the display name is also accepted). +Calculated sets are addressable in container form only (`
/Sets/`); an individual KPI is `
//KPI`; calendars resolve at `
/Calendars/`; relationships resolve at `Relationships/"{guid}"`. + +`--paths-only` prints the relationship's TOM name, which is not always a GUID: it is the GUID in Power BI models, and a display-style name such as `Relationships/Relationship 1` in SSAS-sourced models. Because `{` and `}` are reserved characters in a path, a name containing them has to be quoted - `Relationships/"{guid}"` - and `--paths-only` prints it that way, ready to paste into another command. The display name is also accepted. A few examples show how plain and container-scoped paths differ: