Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
116 changes: 114 additions & 2 deletions _admin/ts-cloud/embrace.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: [About Embrace in ThoughtSpot Cloud]
last_updated: 1/25/2021
last_updated: 4/14/2021
summary: "Using Embrace, you can perform live queries on external databases."
sidebar: mydoc_sidebar
permalink: /:collection/:path.html
Expand All @@ -14,7 +14,7 @@ On ThoughtSpot Cloud, Embrace supports the following external databases:
- [Google BigQuery]({{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-gbq.html)
- [Azure Synapse]({{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-synapse.html)

{% include note.html content="Oracle Autonomous Data Warehouse is in beta and disabled by default. To enable this feature, contact ThoughtSpot Support." %}
Oracle Autonomous Data Warehouse is in beta and disabled by default. To enable this feature, contact ThoughtSpot Support.

## How it works

Expand Down Expand Up @@ -49,6 +49,70 @@ Here are the major features that are not currently available in Embrace:

The following matrix compares the specific function support across the different databases of Embrace in ThoughtSpot Cloud. Functions not listed here have full support.

<table>
<thead>
<tr>
<th>Function</th>
<th>Snowflake</th>
<th>Amazon<br />Redshift</th>
<th>Google<br />BigQuery</th>
<th>Azure<br />Synapse</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>SOUNDS_LIKE</code></td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>STRING_ MATCH_SCORE</code></td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>EDIT_DISTANCE_WITH_CAP</code></td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>APPROX_SET_CARDINALITY</code></td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>COUNT_NOT_NULL</code></td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>SPELLS_LIKE</code></td>
<td>&check;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>EDIT_DISTANCE</code></td>
<td>&check;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
</tbody>
</table>

<!--
<table>
<thead>
<tr>
Expand Down Expand Up @@ -119,11 +183,55 @@ The following matrix compares the specific function support across the different
</tr>
</tbody>
</table>
-->

## Data type availability in Embrace on ThoughtSpot Cloud

The following matrix captures the specific data type support limitations across the different databases of Embrace. Data types not listed here have full support.

<table>
<thead>
<tr>
<th>Data Type<br></th>
<th>Snowflake<br></th>
<th>Amazon<br>Redshift</th>
<th>Google<br>BigQuery</th>
<th>Azure<br>Synapse</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>BINARY</code></td>
<td>&cross;</td>
<td>&check;</td>
<td>&check;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>VARBINARY</code></td>
<td>&cross;</td>
<td>&check;</td>
<td>&check;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>TIMESTAMPTZ</code></td>
<td>&check;</td>
<td>&cross;</td>
<td>&cross;</td>
<td>&cross;</td>
</tr>
<tr>
<td><code>GEOMETRY</code></td>
<td>&check;</td>
<td>&cross;</td>
<td>&check;</td>
<td>&check;</td>
</tr>
</tbody>
</table>

<!--
<table>
<thead>
<tr>
Expand Down Expand Up @@ -170,6 +278,7 @@ The following matrix captures the specific data type support limitations across
</tr>
</tbody>
</table>
-->

## Additional specific exceptions

Expand Down Expand Up @@ -205,5 +314,8 @@ Create the connection between ThoughtSpot and tables in an external Amazon RedSh
Create the connection between ThoughtSpot and tables in an external Google BigQuery database.
- **[Add an Azure Synapse connection]({{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-synapse-add-connection.html)**
Create the connection between ThoughtSpot and tables in an external Azure Synapse database.

<!--
- **[Add an Oracle Autonomous Data Warehouse connection]({{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-adw-add-connection.html)**
Create the connection between ThoughtSpot and tables in an external Oracle Autonomous Data Warehouse database.
-->
2 changes: 1 addition & 1 deletion _release/notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ These release notes include information about new and enhanced features.
<dt>Embrace</dt>
<dd>Embrace now supports security passthrough for Snowflake and Google BigQuery using OAuth for authentication and authorization. For more information, see <a href="{{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-snowflake-add-connection.html">Snowflake</a>, and <a href="{{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-gbq-add-connection.html">Google BigQuery</a>.</dd>
<dd>Embrace passthrough functions are available for Snowflake. Passthrough functions allow you to send custom SQL expressions directly to your Snowflake database without being interpreted by ThoughtSpot. For more information, see <a href="{{ site.baseurl }}/admin/ts-cloud/ts-cloud-embrace-snowflake-passthrough.html">Passthrough functions for Snowflake</a>.</dd>
<dd>Embrace now supports Oracle Autonomous Database <span class="label label-beta">Beta</span>. This feature is in beta and disabled by default. To enable this feature, contact <a href="{{ site.baseurl }}/admin/misc/contact.html">ThoughtSpot Support</a>.</dd>
<dd>Embrace now supports Oracle Autonomous Database <span class="label label-beta">Beta</span>. This feature is in beta and disabled by default. To enable this feature, contact ThoughtSpot Support.</dd>
</dlentry>
</dl>

Expand Down