Skip to content

Commit f313d4f

Browse files
authored
Tableau: upgrade recommended Flight SQL JDBC driver to 18.2.0 (#953)
1 parent 71e5d07 commit f313d4f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

website/docs/clients/tableau/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@ Download the [flight-sql-jdbc-driver.jar](https://repo1.maven.org/maven2/org/apa
2727
**PowerShell Install Script**
2828

2929
```powershell
30-
Invoke-WebRequest -Uri "https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/16.1.0/flight-sql-jdbc-driver-16.1.0.jar" -OutFile "C:\Program Files\Tableau\Drivers\flight-sql-jdbc-driver-16.1.0.jar"
30+
Invoke-WebRequest -Uri "https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/18.2.0/flight-sql-jdbc-driver-18.2.0.jar" -OutFile "C:\Program Files\Tableau\Drivers\flight-sql-jdbc-driver-18.2.0.jar"
3131
```
3232
</TabItem>
3333
<TabItem value="macos" label="macOS">
3434
**Install Script**
3535

3636
```bash
37-
curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/16.1.0/flight-sql-jdbc-driver-16.1.0.jar -o ~/Library/Tableau/Drivers/flight-sql-jdbc-driver-16.1.0.jar
37+
curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/18.2.0/flight-sql-jdbc-driver-18.2.0.jar -o ~/Library/Tableau/Drivers/flight-sql-jdbc-driver-18.2.0.jar
3838
```
3939
</TabItem>
4040
<TabItem value="linux" label="Linux">
4141
**Install Script**
4242

4343
```bash
44-
curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/16.1.0/flight-sql-jdbc-driver-16.1.0.jar -o /opt/tableau/tableau_driver/jdbc/flight-sql-jdbc-driver-16.1.0.jar
44+
curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/18.2.0/flight-sql-jdbc-driver-18.2.0.jar -o /opt/tableau/tableau_driver/jdbc/flight-sql-jdbc-driver-18.2.0.jar
4545
```
4646
</TabItem>
4747
</Tabs>
@@ -104,7 +104,7 @@ Download the [flight-sql-jdbc-driver.jar](https://repo1.maven.org/maven2/org/apa
104104
## Configure a Spice connection
105105

106106
1. Open **Tableau**
107-
2. In the **Connect** column, under **To a Server**, select **Spice by Spice.ai, Inc**.
107+
2. In the **Connect** column, under **To a Server**, select **Spice.ai by Spice AI, Inc**.
108108
3. Configure a Spice connection to **Spice.ai OSS Self-Hosted** instance or to **Spice Cloud Platform**.
109109
<img width="400" src="/img/tableau/tableau-spice-dialog.png" alt="Spice Tableau Connection Dialog" />
110110

578 Bytes
Loading

0 commit comments

Comments
 (0)