Skip to content

Commit 672c5fa

Browse files
author
GitHub Action Sync Bot
committed
Update from source repository (workflow run: 15832517013) (PR #14128) (commit: 6f4bad057ddcf4dc5eb8b2e5828831fbc743a272) (branch: 10.10.0.cl)
1 parent bbff370 commit 672c5fa

File tree

8 files changed

+64
-3
lines changed

8 files changed

+64
-3
lines changed

cloud/modules/ROOT/pages/notes.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,22 @@ Spotter analytics model changes:: We made the following changes to the TS: Spott
6262
* Added the Hidden, User Feedback Labels, and User Feedback Comments columns
6363
* Renamed the User Feedback column to User Feedback Rating
6464
--
65+
+
66+
For more information, see xref:spotter-conversations-liveboard.adoc[Spotter Conversations Liveboard].
6567
6668
6769
[#10-9-0-cl-data-engineer]
6870
=== For the Data Engineer
6971
7072
// Naomi. jira: SCAL-221427. docs jira: SCAL-256366
7173
Progressive model filters [.badge.badge-beta-relnotes]#Beta#:: Previously, any filter defined at the Model or Worksheet level applied to every query based on that Model or Worksheet. Now, you can define which table a filter applies to in the Model or Worksheet TML. Once defined, the filter only applies to queries that include columns from that specific table.
74+
+
75+
For more information, see xref:tml-models.adoc#apply_on_tables[TML for Models] and xref:tml-worksheets.adoc#apply_on_tables[TML for Worksheets].
7276
7377
// Naomi. jira: SCAL-214002. docs jira: SCAL-259366
7478
Monitor application of row-level security at database level:: When opening SQL comments in your database, you can now see whether RLS was applied to specific queries. In the SQL comments, you can check whether the value for `isRLSApplied` is true or false.
7579
80+
7681
// Mary. jira: SCAL-245938. docs jira: SCAL-255650
7782
Make Spotter Liveboard available in other Orgs:: The Spotter Conversations Liveboard is now available by default in all Orgs. In the primary Org, only administrators have access by default.
7883
In secondary Orgs, Org administrators can access this Liveboard, similar to other system objects.

cloud/modules/ROOT/pages/tml-models.adoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:page-aliases:
88
:description: Use TML to modify Models in a flat-file format. Then, migrate the Model to a different cluster, or restore it to the same cluster.
99
:object: Models
10-
:jira: SCAL-158490, SCAL-186188, SCAL-206010, SCAL-210659, SCAL-220585, SCAL-231618, SCAL-220584, SCAL-220587, SCAL-247373, SCAL-250091
10+
:jira: SCAL-158490, SCAL-186188, SCAL-206010, SCAL-210659, SCAL-220585, SCAL-231618, SCAL-220584, SCAL-220587, SCAL-247373, SCAL-250091, SCAL-256366
1111

1212
include::partial$tml-intro-models.adoc[]
1313

@@ -74,6 +74,8 @@ a| <<aggregation,aggregation>>
7474

7575
<<alias,alias>>
7676

77+
<<apply_on_tables,apply_on_tables>>
78+
7779
<<bucket,bucket>>
7880

7981
<<calendar,calendar>>
@@ -244,6 +246,13 @@ Default: `SUM`.
244246
alias::
245247
Aliases can be set for tables that are being used in the model. Aliases are especially useful for role playing dimension scenarios where an alias can be assigned to the same table that is being used in different roles.
246248

249+
.Progressive {model} filters [.badge.badge-beta]#Beta#
250+
****
251+
[#apply_on_tables]
252+
apply_on_tables:: Use this property to define on which tables the filter will be applied. When used, any search using a column from that table will include the filter. Searches on other tables within the {model} will not include the filter.
253+
****
254+
255+
247256
[#bucket]
248257
bucket:: Accepts values of week, month, quarter, year. Used in conjunction with <<duration,duration>> to define the length of time.
249258

cloud/modules/ROOT/pages/tml-worksheets.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:page-aliases: /admin/worksheets/yaml-worksheet.adoc, /admin/worksheets/tml-worksheet.adoc, /admin/worksheets/tsl-worksheet.adoc, /admin/ts-cloud/yaml-worksheet.adoc, /admin/ts-cloud/tml-worksheet.adoc, /admin/ts-cloud/tsl-worksheet.adoc
88
:description: Use TML to modify Worksheets in a flat-file format. Then, migrate the Worksheet to a different cluster, or restore it to the same cluster.
99
:object: Worksheets
10-
:jira: SCAL-158490, SCAL-186188, SCAL-210659, SCAL-234878, SCAL-220585, SCAL-231618, SCAL-220584, SCAL-220587, SCAL-220586, SCAL-250091
10+
:jira: SCAL-158490, SCAL-186188, SCAL-210659, SCAL-234878, SCAL-220585, SCAL-231618, SCAL-220584, SCAL-220587, SCAL-220586, SCAL-250091, SCAL-256366
1111

1212
IMPORTANT: Worksheet creation is deprecated starting in the 10.4.0.cl release, and is disabled by default. If you need to create a Worksheet and the option is not available to you in ThoughtSpot, contact your ThoughtSpot administrator to enable Worksheet creation.
1313

@@ -30,6 +30,8 @@ These parameters and their definitions are specific to {object}; this list doesn
3030
| a - g | i - l | n - w
3131
a| <<aggregation,aggregation>>
3232

33+
<<apply_on_tables,apply_on_tables>>
34+
3335
<<bucket,bucket>>
3436

3537
<<calendar,calendar>>
@@ -182,6 +184,12 @@ Possible values are `SUM`, `COUNT`, `AVERAGE`, `MAX`, `MIN`, `COUNT_DISTINCT`, `
182184
+
183185
Default: `SUM`.
184186

187+
.Progressive Worksheet filters [.badge.badge-beta]#Beta#
188+
****
189+
[#apply_on_tables]
190+
apply_on_tables:: Use this property to define on which tables the filter will be applied. When used, any search using a column from that table will include the filter. Searches on other tables within the Worksheet will not include the filter.
191+
****
192+
185193
[#bucket]
186194
bucket:: Accepts values of week, month, quarter, year. Used in conjunction with <<duration,duration>> to define the length of time.
187195

cloud/modules/ROOT/pages/worksheet-filter.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:page-layout: default-cloud-deprecated
66
:page-aliases: /admin/worksheets/create-ws-filter.adoc
77
:description: You can add filters to a Worksheet to limit the data users can access from the Worksheet.
8+
:jira: SCAL-256366
89

910
You can add filters to a Worksheet to limit the data it contains.
1011
This is useful when you have underlying tables that store more data than is necessary for the types of analyses the Worksheet is intended for.
@@ -34,6 +35,15 @@ image::worksheet-choose-filters.png[Specify values to include]
3435
+
3536
If there are too many values, you can use the filter search bar to find the ones you want.
3637

38+
.Progressive {model} filters [.badge.badge-beta]#Beta#
39+
****
40+
Previously, any filter defined at the Model or Worksheet level applied to every query based on that Model or Worksheet. Now, you can define which table a filter applies to in the Model or Worksheet TML. Once defined, the filter only applies to queries that include columns from that specific table.
41+
42+
43+
For more information, see xref:tml-worksheets.adoc#apply_on_tables[TML for Worksheets].
44+
****
45+
46+
3747
'''
3848
> **Related information**
3949
>

cloud/modules/ROOT/partials/model-build.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,15 @@ You can also include values in bulk, by clicking *+ Add values in bulk*, and add
189189

190190
CAUTION: ThoughtSpot recommends to not use more than 1,000 filter values in a {model}.
191191

192+
.Progressive {model} filters [.badge.badge-beta]#Beta#
193+
****
194+
Previously, any filter defined at the Model or Worksheet level applied to every query based on that Model or Worksheet. Now, you can define which table a filter applies to in the Model or Worksheet TML. Once defined, the filter only applies to queries that include columns from that specific table.
195+
196+
197+
For more information, see xref:tml-models.adoc#apply_on_tables[TML for Models].
198+
****
199+
200+
192201
=== Adding parameters
193202

194203
To add parameters to your {model}, do the following:

cloud/modules/ROOT/partials/tml-syntax-models.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ NOTE: If you edit the joins in the Model TML file, you are only editing the join
5555
- value 1
5656
- value 2
5757
- value n
58+
<<apply_on_tables,apply_on_tables>>:
59+
- Lineorder
60+
- Supplier
5861
- <<column,column>>: <filtered_column_name_2>
5962
<<columns,columns>>:
6063
- <<name,name>>: <column_name_1>

cloud/modules/ROOT/partials/tml-syntax-worksheet.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ NOTE: If you edit the joins in the Worksheet TML file, you are only editing the
7070
- value 1
7171
- value 2
7272
- value n
73+
<<apply_on_tables,apply_on_tables>>:
74+
- Lineorder
75+
- Supplier
7376
- <<column,column>>: <filtered_column_name_2>
7477
<<worksheet_columns,worksheet_columns>>:
7578
- <<name,name>>: <column_name_1>

cloud/modules/ROOT/partials/whats-new-10-10-0-cl.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,13 @@ We made the following changes to the TS: Spotter analytics data model, which is
6363
* Added the Hidden, User Feedback Labels, and User Feedback Comments columns
6464
* Renamed the User Feedback column to User Feedback Rating
6565
66-
66+
For more information, see
67+
ifndef::pendo-links[]
68+
xref:spotter-conversations-liveboard.adoc[Spotter Conversations Liveboard].
69+
endif::[]
70+
ifdef::pendo-links[]
71+
xref:spotter-conversations-liveboard.adoc[Spotter Conversations Liveboard,window=_blank].
72+
endif::[]
6773

6874

6975

@@ -91,6 +97,14 @@ endif::[]
9197

9298
Previously, any filter defined at the Model or Worksheet level applied to every query based on that Model or Worksheet. Now, you can define which table a filter applies to in the Model or Worksheet TML. Once defined, the filter only applies to queries that include columns from that specific table.
9399

100+
For more information, see
101+
ifndef::pendo-links[]
102+
xref:tml-models.adoc#apply_on_tables[TML for Models] and xref:tml-worksheets.adoc#apply_on_tables[TML for Worksheets].
103+
endif::[]
104+
ifdef::pendo-links[]
105+
xref:tml-models.adoc#apply_on_tables[TML for Models,window=_blank] and xref:tml-worksheets.adoc#apply_on_tables[TML for Worksheets,window=_blank].
106+
endif::[]
107+
94108
endif::free-trial-feature[]
95109

96110
[#10-10-0-cl-rls]

0 commit comments

Comments
 (0)