You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [docs] User concept section improvements
- Removed the release number confusion
- Better explanation for sharing section along with addition of `Public Link/Gist Sharing` content from blog and beta `share to slack` feature section (separate section when V1 released)
Copy file name to clipboardExpand all lines: docs/docs-site/content/user/concept/_index.md
+52-2Lines changed: 52 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,13 @@ This assistant content depends on the context of the application selected and wi
45
45
46
46
### Sample popup
47
47
48
-
This popup offers a quick way to see sample of the data and other statistics on databases, tables, and columns. You can open the popup from the SQL Assist or with a right-click on any SQL object (table, column, function…). In this release, it also opens faster and caches the data.
48
+
This popup offers a quick way to see sample of the data and other statistics on databases, tables, and columns. You can open the popup from the SQL Assist or with a right-click on any SQL object (table, column, function…).
Along with document sharing, there is another query sharing option via links which is quicker and easier - **Public Links & Gist Sharing**
70
+
71
+
#### Public Links
72
+
73
+
Public links are the same as in Google documents which helps in quickly sharing parameterized saved reports, customer analyses links. They only require the recipient to have a Hue login. People can then reuse the queries on their own by executing them to see the results, fork and adapt them.
74
+
75
+
- No need to select groups or list of individual users
76
+
- Read, write permissions
77
+
- Linked documents won't show up in your home
78
+
- Can be turned off globally
79
+
- Can be combined with traditional user/group sharing
80
+
81
+
Here is the sharing popup with the public link option on the top when globally enabled:
Answering a question via a query result? Showing some weird data to a slack channel? Gist are a great quick way to quickly share SQL snippets, with a direct link to the SQL editor.
88
+
89
+
- Works with an SQL snippet: one or more statements
90
+
- The link automatically point to the editor and the SQL content
91
+
- The query is displayed in the friendlier 
92
+
- Slack unfurling will show a mini preview (can be turned off globally)
93
+
- Gists are stored in a Gist directory in your home
94
+
95
+
Here is an example:
96
+
97
+
Select a portion of statements to quick share with a Slack channel:
This integration increases the collaboration with others via Slack. It expands the ability to share query links or gists to the desired Slack channels which then unfurls in a rich preview for other members to view.
117
+
118
+
69
119
### Import / Export
70
120
71
121
Via the Home page, saved documents can be exported for backups or transferring to another Hue.
0 commit comments