Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added firebolt to supported data sources list in kb #633

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/pages/kb/data-sources/supported-data-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Redash supports the following Data Sources:
| Data Source | Hosted Redash | Self-Hosted Redash |
| ------------------------------------------ | ------------- | ------------------ |
| Amazon Athena | ✓ | ✓ |
| Amazon CloudWatch | ✓ | ✓ |
| Amazon CloudWatch Logs Insights | ✓ | ✓ |
| Amazon CloudWatch | ✓ | ✓ |
| Amazon CloudWatch Logs Insights | ✓ | ✓ |
| Amazon DynamoDB | ✓ | ✓ |
| Amazon Redshift | ✓ | ✓ |
| Axibase Time Series Database | ✓ | ✓ |
Expand All @@ -25,6 +25,7 @@ Redash supports the following Data Sources:
| DB2 by IBM | ✓ | ✓ |
| Druid | ✓ | ✓ |
| Elasticsearch | ✓ | ✓ |
| Firebolt | ✓ | ✓ |
| Google Analytics | ✓ | ✓ |
| Google BigQuery | ✓ | ✓ |
| Google Spreadsheets | ✓ | ✓ |
Expand Down