nope. that's hard-coded. Why do you want to do this though?
a
Amir Naik
08/10/2023, 5:20 PM
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
Abhishek Agarwal
08/11/2023, 5:19 AM
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
Amir Naik
08/11/2023, 4:59 PM
@Abhishek Agarwal Superset generates the SQL queries and those queries refer to druid schema.
Amir Naik
08/11/2023, 5:00 PM
Yeah, I am looking at Superset backend code base to rename the druid schema. Thanks for the heads up. Appreciate 🙂
a
Abhishek Agarwal
08/12/2023, 4:24 AM
if superset can just remove the schema name from queries, that shall be enough.