Deprecated - This repository will be removed with the Tableau 26.3 release.
The Web Data Connector 3.0 framework is deprecated and will not receive further updates. Migrate to the REST API Connector on Tableau Exchange—built by Tableau, supports JSON and CSV over HTTP GET, Basic/Bearer/OAuth authentication, and runs on Tableau 2023.3 and later. Note: this connector is extract-only and requires a JDBC driver installation.
Tableau’s Web Data Connector (WDC) lets you connect to data that is accessible over HTTP. A WDC is an HTML file that includes JavaScript code.
WDC 3.0 has the following components.
The Extensible Protocol Server (EPS) is the server that runs your web data connector. An EPS-based connector is a web application that doesn’t require a web server.
The TACO Toolkit is the command-line interfact that you use to create, build, and package your web data connector. Use the TACO Toolkit to generate template files for a variety of connector types and then edit the files for your specific connector. For more information about creating connectors, see Build a sample web data connector.