mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Add Kylin logo (#3054)
This commit is contained in:
parent
57d921dc2b
commit
188c045fdb
BIN
client/app/assets/images/db-logos/kylin.png
Normal file
BIN
client/app/assets/images/db-logos/kylin.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -48,7 +48,7 @@ types_map = {
|
||||
}
|
||||
|
||||
|
||||
class KylinAPI(BaseQueryRunner):
|
||||
class Kylin(BaseQueryRunner):
|
||||
@classmethod
|
||||
def configuration_schema(cls):
|
||||
return {
|
||||
@ -143,4 +143,4 @@ class KylinAPI(BaseQueryRunner):
|
||||
return {"name": name, "columns": columns}
|
||||
|
||||
|
||||
register(KylinAPI)
|
||||
register(Kylin)
|
||||
|
Loading…
Reference in New Issue
Block a user