mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
chore: Added rockset and firebird (#13418)
* added URL rerouting from old alerts & reports page to new one * edited SQL Server, Rockset, db ordering, and link that Superset logo in left corner takes you to * added Trino logo and firebird connection string and removed bigquery trailing comma * added ROckset logo * changed db list ordering for firebird * tweaked presnetation of firebird connection string
This commit is contained in:
@@ -215,6 +215,16 @@ export const Databases = [
|
||||
href: 'https://www.sqlite.org/index.html',
|
||||
imgName: 'sqllite.png',
|
||||
},
|
||||
{
|
||||
title: 'Trino',
|
||||
href: 'https://trino.io/',
|
||||
imgName: 'trino2.jpg',
|
||||
},
|
||||
{
|
||||
title: 'Rockset',
|
||||
href: 'https://rockset.com/',
|
||||
imgName: 'rockset.png',
|
||||
},
|
||||
{
|
||||
title: 'Vertica',
|
||||
href: 'https://www.vertica.com/',
|
||||
|
||||
Reference in New Issue
Block a user