Skip to content

Instantly share code, notes, and snippets.

@JonathanBennett
Created April 22, 2015 12:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonathanBennett/ea8fcf1b23cefef66869 to your computer and use it in GitHub Desktop.
Save JonathanBennett/ea8fcf1b23cefef66869 to your computer and use it in GitHub Desktop.
Connect Tableau to Presto through Prestogres bridge through custom TDC.
<?xml version='1.0' encoding='utf-8' ?>
<connection-customization class='postgres' enabled='true' version='7.7'>
<vendor name='postgres' />
<driver name='postgres' />
<customizations>
<!-- Keep using the PostgreSQL driver for the Tableau PostgreSQL connection, but override settings that the remote Presto server does not support. -->
<customization name='odbc-connect-string-extras' value='UseDeclareFetch=0;UseServerSidePrepare=0' />
<customization name='CAP_CREATE_TEMP_TABLES' value='No' />
<customization name='CAP_SELECT_INTO' value='No' />
</customizations>
</connection-customization>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment