chore: Update Docusaurus links (#18581)

* Fix links

* Fix internal link refs

* Add contribution page redirect
This commit is contained in:
Geido
2022-02-10 17:55:58 +02:00
committed by GitHub
parent f565230d8d
commit 9ca55a7c83
58 changed files with 94 additions and 82 deletions

View File

@@ -0,0 +1,27 @@
---
title: Firebolt
hide_title: true
sidebar_position: 39
version: 1
---
## Firebolt
The recommended connector library for Firebolt is [firebolt-sqlalchemy](https://pypi.org/project/firebolt-sqlalchemy/).
Superset has been tested on `firebolt-sqlalchemy>=0.0.1`.
The recommended connection string is:
```
firebolt://{username}:{password}@{database}
or
firebolt://{username}:{password}@{database}/{engine_name}
```
Here's a connection string example of Superset connecting to a Firebolt database:
```
firebolt://email@domain:password@sample_database
or
firebolt://email@domain:password@sample_database/sample_engine
```