Skip to content

Commit

Permalink
Updated alias to old name
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-couchbase committed Aug 12, 2024
1 parent a892bab commit bf93aaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions superset/db_engine_specs/couchbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class CouchbaseParametersSchema(Schema):

class CouchbaseEngineSpec(BasicParametersMixin, BaseEngineSpec):
engine = "couchbase"
engine_aliases = {"couchbasedb"}
engine_name = "Couchbase"
default_driver = "couchbase"
allows_joins = False
Expand Down
1 change: 0 additions & 1 deletion superset/sql_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
"clickhouse": Dialects.CLICKHOUSE,
"clickhousedb": Dialects.CLICKHOUSE,
"cockroachdb": Dialects.POSTGRES,
"couchbasedb": Dialects.MYSQL,
"couchbase": Dialects.MYSQL,
# "crate": ???
# "databend": ???
Expand Down

0 comments on commit bf93aaf

Please sign in to comment.