Skip to content

Commit d895c47

Browse files
param fix
1 parent da8b77d commit d895c47

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

modules/ROOT/pages/common/nav.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ include::generated/typedoc/CustomSideNav.adoc[]
222222
*** link:{{navprefix}}/deploy-with-tml-apis[Deploy with TML APIs]
223223
**** link:{{navprefix}}/modify-tml[TML modification]
224224
*** link:{{navprefix}}/publish-data-overview[Publish content to Orgs ^Beta^]
225-
**** link:{{navprefix}}/variables[Define variables ^Beta^]
225+
**** link:{{navprefix}}/variables[Configure template variables ^Beta^]
226226
**** link:{{navprefix}}/parameterze-metdata[Parameterize metadata ^Beta^]
227227
**** link:{{navprefix}}/publish-to-orgs[Publish objects to Orgs ^Beta^]
228228

modules/ROOT/pages/publishing-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,11 @@ You can create the following types of variables using the xref:variables.adoc[va
6161
|`CONNECTION_PROPERTY` a|
6262

6363
The `CONNECTION_PROPERTY` variables allow parameterizing connection properties. For example, `accountName`, `warehouse`, `user`, `password`, `role` and so on.
64-
| `CONNECTION_PROPERTY_PER_PRINCIPLE` a|
64+
| `CONNECTION_PROPERTY_PER_PRINCIPAL` a|
6565

6666
This variable supports modifying connection properties per principal (user or user group). This means you can set different values for connection properties depending on the user or group accessing the connection. For example, `warehouse`, `role`, `user`, `password`.
6767

68-
The `CONNECTION_PROPERTY_PER_PRINCIPLE` variable does not allow parameterizing core connection properties such as `accountName`, `host`, or `port`. These properties must be derived from the connection configuration and cannot be set per user or user group.
68+
The `CONNECTION_PROPERTY_PER_PRINCIPAL` variable does not allow parameterizing core connection properties such as `accountName`, `host`, or `port`. These properties must be derived from the connection configuration and cannot be set per user or user group.
6969

7070
[NOTE]
7171
This feature is disabled by default. To enable this option, contact ThoughtSpot Support.

modules/ROOT/pages/variables.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
= Define variables
1+
= Configure template variables
22
:toc: true
33
:toclevels: 2
44

@@ -52,7 +52,7 @@ To map Tables properties to variables.
5252
* `CONNECTION_PROPERTY` +
5353
To define variables for connection properties. This variable allows editing connection properties such as `accountName`, `warehouse`, `user`, `password`, `role` and so on.
5454
* `CONNECTION_PROPERTY_PER_PRINCIPAL` +
55-
To define variables for connection properties per user or user group. This variable allows modifying connection properties such as `warehouse`, `role`, `user`, `password`. The `CONNECTION_PROPERTY_PER_PRINCIPLE` variable does not support modifying core connection properties such as `accountName`, `host`, or `port`. These properties must be derived from the connection configuration and cannot be set per user or user group.
55+
To define variables for connection properties per user or user group. This variable allows modifying connection properties such as `warehouse`, `role`, `user`, `password`. The `CONNECTION_PROPERTY_PER_PRINCIPAL` variable does not support modifying core connection properties such as `accountName`, `host`, or `port`. These properties must be derived from the connection configuration and cannot be set per user or user group.
5656
//* `FORMULA_VARIABLE` +
5757
//Formula variables.
5858
|`name`| __String__. Name of the variable. For example, `schema_var`. Note that the name must be unique across all Orgs within the instance.

0 commit comments

Comments
 (0)