mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Bugfix :: clickhouse added twice in sidebar :: [ docs ] (#4585)
* bugfix , athena description update * fix :: lint * fix :: clickhouse extra removal
This commit is contained in:
parent
3e86cfe02e
commit
b4eaa9bc38
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Athena
|
||||
|
||||
ToolJet can connect to Amazon Athena databases to read and write data.
|
||||
ToolJet can connect to Amazon Athena which is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL.
|
||||
|
||||
- [Connection](#connection)
|
||||
- [Querying-athena](#querying-amazon-athena)
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ const sidebars = {
|
|||
'data-sources/athena',
|
||||
'data-sources/baserow',
|
||||
'data-sources/bigquery',
|
||||
'data-sources/clickhouse',
|
||||
'data-sources/firestore',
|
||||
'data-sources/clickhouse',
|
||||
'data-sources/cosmosdb',
|
||||
|
|
|
|||
Loading…
Reference in a new issue