This message was deleted.
# general
s
This message was deleted.
a
nope. that's hard-coded. Why do you want to do this though?
a
Thanks @Abhishek Agarwal for the response. I am connecting my Druid datasources to Apache Superset for Vis. I dont want the end user to know the DB I am using.
a
will your users run a SQL query directly in superset? Or superset generates the SQL queries and those queries refer to druid schema? If that's the case, its the superset that needs to change
a
@Abhishek Agarwal Superset generates the SQL queries and those queries refer to druid schema.
Yeah, I am looking at Superset backend code base to rename the druid schema. Thanks for the heads up. Appreciate 🙂
a
if superset can just remove the schema name from queries, that shall be enough.