Skip to content

Commit 09d8365

Browse files
committed
SCAL-204462 - update to sql-based views from damian
Signed-off-by: Mark Plummer <mark.plummer@thoughtspot.com>
1 parent e23b014 commit 09d8365

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cloud/modules/ROOT/pages/sql-views.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
= SQL-based views
2-
:last_updated: 6/6/2022
2+
:last_updated: 4/23/2024
33
:linkattrs:
44
:experimental:
55
:page-layout: default-cloud
66
:description: With SQL views, you can quickly start using ThoughtSpot to get insights from your data.
7+
:jira: SCAL-204462
78

89
With SQL views, you can quickly start using ThoughtSpot to get insights from your data. Simply create a connection to your external data warehouse, and you can run SQL queries against it. When you save these queries as SQL views, they become data sources that you can run traditional ThoughtSpot xref:search-data.adoc[searches] on, allowing you to create charts, tables, and Liveboards from the data.
910

@@ -14,7 +15,7 @@ SQL views are very similar to other ThoughtSpot views. Refer to xref:views.adoc[
1415
To create a SQL view, you must satisfy the following prerequisites:
1516

1617
* You must have either the *Can administer ThoughtSpot* or the *Can manage data* privilege.
17-
* If you have row-level security (RLS) requirements, apply row-level security to the view's underlying table in order to restrict the data shown when searching on the view. You cannot apply RLS directly to a view.
18+
* You cannot apply RLS rules to a SQL view.
1819
1920
[#create-sql-view]
2021
== Creating SQL views

0 commit comments

Comments
 (0)