ayush-couchbase commented on code in PR #29911:
URL: https://github.com/apache/superset/pull/29911#discussion_r1713040877
##########
superset/sql_parse.py:
##########
@@ -102,7 +102,7 @@
"clickhouse": Dialects.CLICKHOUSE,
"clickhousedb": Dialects.CLICKHOUSE,
"cockroachdb": Dialects.POSTGRES,
- "couchbasedb": Dialects.MYSQL,
+ "couchbase": Dialects.MYSQL,
Review Comment:
I have corrected this in new patch. I am adding alias to old name also. I am
seeing all checks passed too.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]