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 bf93aaf commit a6d889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/couchbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class CouchbaseParametersSchema(Schema):

class CouchbaseEngineSpec(BasicParametersMixin, BaseEngineSpec):
engine = "couchbase"
engine_aliases = {"couchbasedb"}
engine_aliases = {"couchbase", "couchbasedb"}
engine_name = "Couchbase"
default_driver = "couchbase"
allows_joins = False
Expand Down

0 comments on commit a6d889b

Please sign in to comment.