Skip to content

Commit 7d134db

Browse files
authored
Add Tableau Connector to FAQ (#957)
* Add Tableau Connector to FAQ * Update Action
1 parent 3e87c0c commit 7d134db

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/enforce-pulls-with-spice.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
contents: read
1414
pull-requests: write
1515
steps:
16-
- uses: spiceai/pulls-with-spice-action@v1.0.3
16+
- uses: spiceai/pulls-with-spice-action@v1.0.6
1717
if: github.event_name == 'pull_request'
1818
with:
19-
require_title_min_length: '5'
19+
require_title_min_length: '10'
2020
required_labels_any: 'area/blog,area/docs,area/cookbook'
2121
banned_labels: 'invalid,wontfix,nomerge,duplicate'
2222
require_assignee: 'true'

website/docs/faq/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Yes. Spice supports CDC via Debezium, enabling real-time data ingestion and mate
100100

101101
## 18. Can Spice integrate with existing BI tools?
102102

103-
Yes. Spice integrates with BI tools through standard SQL interfaces (ODBC, JDBC, Arrow Flight SQL), enabling accelerated, real-time analytics for dashboards and reporting.
103+
Yes. Spice integrates with BI tools through standard SQL interfaces (ODBC, JDBC, Arrow Flight SQL), enabling accelerated, real-time analytics for dashboards and reporting. An official [Tableau Connector](../clients/tableau/index.md) is available and a [BI Acceleration](https://www.youtube.com/watch?v=blEtLgRKu0c) demo using Apache Superset.
104104

105105
## 19. How does Spice handle data privacy and compliance?
106106

0 commit comments

Comments
 (0)