mirror of
https://github.com/apache/superset.git
synced 2026-05-29 20:29:34 +00:00
chore: Update Docusaurus links (#18581)
* Fix links * Fix internal link refs * Add contribution page redirect
This commit is contained in:
17
docs/docs/databases/kylin.mdx
Normal file
17
docs/docs/databases/kylin.mdx
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
title: Apache Kylin
|
||||
hide_title: true
|
||||
sidebar_position: 11
|
||||
version: 1
|
||||
---
|
||||
|
||||
## Apache Kylin
|
||||
|
||||
The recommended connector library for Apache Kylin is
|
||||
[kylinpy](https://github.com/Kyligence/kylinpy).
|
||||
|
||||
The expected connection string is formatted as follows:
|
||||
|
||||
```
|
||||
kylin://<username>:<password>@<hostname>:<port>/<project>?<param1>=<value1>&<param2>=<value2>
|
||||
```
|
||||
Reference in New Issue
Block a user