From ae18eb0d7151e345f0d3e77e67e83ca27f169a8a Mon Sep 17 00:00:00 2001 From: Ross Brown Date: Wed, 3 Jul 2024 16:26:24 -0700 Subject: [PATCH] update for 2024.2 (#1239) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d678eab5..73a1532b 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ This project consists of documentation, example files, the Tableau Datasource Verification Tool (TDVT) test harness, and a packaging tool that you can use to build and customize a Tableau Connector that uses an ODBC or JDBC driver. -The latest version of the SDK is always targeted towards the latest, non-beta version of Tableau. Right now, this is **Tableau Desktop/Server 2024.1**. This means that the samples may not work on older versions of Tableau, and connectors packaged with newer versions of the SDK may not work in older versions of Tableau. You can download past releases of the SDK to work with older versions of Tableau if necessary. +The latest version of the SDK is always targeted towards the latest, non-beta version of Tableau. Right now, this is **Tableau Desktop/Server 2024.2**. This means that the samples may not work on older versions of Tableau, and connectors packaged with newer versions of the SDK may not work in older versions of Tableau. You can download past releases of the SDK to work with older versions of Tableau if necessary. | Tool | Latest Version | |--------------------------------------------------|---------------------| +| Connector SDK for Tableau 2024.1 | 07-03-2024 | | Connector SDK for Tableau 2023.3 | 03-26-2024 | | Connector SDK for Tableau 2023.2 | 11-06-2023 | | Connector SDK for Tableau 2023.1 | 06-15-2023 |