You can translate the question and the replies:

Tableau CRM / Einstein Analytics with Denodo possible?

Hi, we would like to connect our Tableau CRM (formerly Einstein Analytics) Datasets to denodo. Is there a built in connector in denodo to connect to Einstein Analytics? I have not found any relevant information in the documentation. There is a salesforce connector, but we need it to Einstein Analytics to work with the datasets in there and not the salesforce raw data. Thanks in advance.
user
02-12-2021 07:57:29 -0500
code

3 Answers

Hi, Tableau provides the [REST API](https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api.htm) for consuming data from Tableau Server and Tableau Online. Hence, to access the data of Tableau CRM from Virtual DataPort, you can create a JSON or XML data source with [HTTP Client](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/path_types_in_virtual_dataport/http_path) as **Data route**. To get more information, you can refer to this similar Community Q&A:[Get data from Tableau to Denodo](https://community.denodo.com/answers/question/details?questionId=9064u000000L8KRAA0&title=Get+data+from+Tableau+to+Denoda.+Is+it+possible%3F). Hope this helps!
Denodo Team
03-12-2021 04:28:00 -0500
code
Hi, thanks for the response. However, I am a bit confused. I am not talking about Tableau, but about 'Tableau CRM'/'Einstein Analytics', so no Tableau online or server is available.
user
 Edited on: 03-12-2021 06:06:13 -0500
Hi, Tableau CRM is a part of the Tableau portfolio of products. Tableau CRM also provides [**REST API**](https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_rest_overview.htm) to [return, delete or update a dataset](https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_rest.meta/bi_dev_guide_rest/bi_resources_dataset_id.htm) with a specified ID or API name. Hence to access the datasets of Tableau CRM from Virtual DataPort, you can create a JSON data source with [HTTP Client](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/creating_data_sources_and_base_views/path_types_in_virtual_dataport/http_path) as **Data route** and specifying the API endpoint as the **URL**. Hope this helps!
Denodo Team
06-12-2021 06:19:02 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here