tableau.asciidoc 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [role="xpack"]
  2. [testenv="platinum"]
  3. [[sql-client-apps-tableau]]
  4. === Tableau Desktop
  5. [quote, https://www.tableau.com/products/what-is-tableau]
  6. ____
  7. https://www.tableau.com/products/desktop[Tableau] is the most powerful, secure, and flexible end-to-end analytics platform
  8. for your data.
  9. ____
  10. ==== Prerequisites
  11. * Tableau 2018 or higher
  12. * {es-sql} <<sql-odbc, ODBC driver>>
  13. * A preconfigured User or System DSN (see <<dsn-configuration,Configuration>> section on how to configure a DSN).
  14. ==== Data loading
  15. First, you'll need to choose ODBC as the source to load data from. Once launched, click on the _More..._ menu item and in the expanded
  16. list of connectors, choose _Other Databases (ODBC)_:
  17. [[apps_tableau_fromodbc]]
  18. .ODBC as data source
  19. image:images/sql/odbc/apps_tableau_fromodbc.png[]
  20. In the new connection window that appears, select the previously configured DSN that will connect to the desired {es} instance. Press the
  21. _Connect_ button. In case credentials are needed, a new windows - driver's DSN editor - will be launched and you'll need to provide the
  22. _Username_ and _Password_ in the respective fields. (Note that these will not be stored as part of the DSN, but only remembered for the
  23. duration of the session).
  24. If the connection is successful, the _Connection Attributes_ section of the connection window is populated with the respective details;
  25. press the _Sign In_ button next:
  26. [[apps_tableau_connd]]
  27. .Authenticate and sign in
  28. image:images/sql/odbc/apps_tableau_connd.png[]
  29. In Tableau Desktop's main window then choose the name of {es} instance as the _Database_, select one table that you'd like to load from
  30. the list (click on the magnifying glass icon to have them all shown), drag the table over the work area, then click the _Update Now_
  31. button to load a preview of the table:
  32. [[apps_tableau_loaded]]
  33. .Data loaded
  34. image:images/sql/odbc/apps_tableau_loaded.png[]
  35. // vim: set noet fenc=utf-8 ff=dos sts=0 sw=4 ts=4 tw=138 columns=140