@@ -35,18 +35,18 @@ curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/1
3535
3636#### Tableau Server
3737
38- 1 . Download the latest ` spice .taco` file from the [ releases page ] ( https://github.com/spiceai /tableau-connector/releases )
38+ 1 . Download the latest ` spiceai .taco` file from [ Releases ] ( https://github.com/spicehq /tableau-connector/releases )
39392 . Copy to your Tableau connectors directory:
4040 - Windows: ` C:\Program Files\Tableau\Connectors `
4141
4242 ``` powershell
43- Invoke-WebRequest -Uri "https://github.com/spiceai /tableau-connector/releases/latest/download/spice .taco" -OutFile "C:\Program Files\Tableau\Connectors\spice .taco"
43+ Invoke-WebRequest -Uri "https://github.com/spicehq /tableau-connector/releases/latest/download/spiceai .taco" -OutFile "C:\Program Files\Tableau\Connectors\spiceai .taco"
4444 ```
4545
4646 - Linux: `/opt/tableau/connectors`
4747
4848 ```bash
49- curl -L https://github.com/spiceai /tableau-connector/releases/latest/download/spice .taco -o /opt/tableau/connectors/spice .taco
49+ curl -L https://github.com/spicehq /tableau-connector/releases/latest/download/spiceai .taco -o /opt/tableau/connectors/spiceai .taco
5050 ```
5151
52523. Restart server: `tsm restart`
@@ -58,19 +58,19 @@ curl -L https://repo1.maven.org/maven2/org/apache/arrow/flight-sql-jdbc-driver/1
5858 - Windows: `C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors`
5959
6060 ```powershell
61- Invoke-WebRequest -Uri "https://github.com/spiceai /tableau-connector/releases/latest/download/spice .taco" -OutFile "C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors\spice .taco"
61+ Invoke-WebRequest -Uri "https://github.com/spicehq /tableau-connector/releases/latest/download/spiceai .taco" -OutFile "C:\Users\[USERNAME]\Documents\My Tableau Repository\Connectors\spiceai .taco"
6262 ```
6363
6464 - macOS: `~/Documents/My Tableau Repository/Connectors`
6565
6666 ```bash
67- curl -L https://github.com/spiceai /tableau-connector/releases/latest/download/spice .taco -o ~/Documents/My\ Tableau\ Repository/Connectors/spice .taco
67+ curl -L https://github.com/spicehq /tableau-connector/releases/latest/download/spiceai .taco -o ~/Documents/My\ Tableau\ Repository/Connectors/spiceai .taco
6868 ```
6969
7070 - Linux: `/opt/tableau/connectors`
7171
7272 ```bash
73- curl -L https://github.com/spiceai /tableau-connector/releases/latest/download/spice .taco -o /opt/tableau/connectors/spice .taco
73+ curl -L https://github.com/spicehq /tableau-connector/releases/latest/download/spiceai .taco -o /opt/tableau/connectors/spiceai .taco
7474 ```
7575
7676## Limitations
0 commit comments