Insights V3 - Adding more data source types

With Insights V3 came the change to use Ibis, a python framework that supports various data source types. How does one add these data source types to the available data sources in Insights?
MSSQL is one that appears on the list of options for the “Insights Data Source V3” Doctype, but I had to manually install the driver for MSSQL in order to get it to work. How do I go about adding others, such as Oracle?

1 Like

If oracle is supported by Ibis then it will require similar changes that were needed for MSSQL support: feat: mssql database support by nextchamp-saqib · Pull Request #346 · frappe/insights · GitHub

Thank you for the quick response!
I’ve done all the changes I can spot were made for the MSSQL support. The only thing I think I’m missing is adding the option to the “database_type” field in the “Insights Data Source v3” Doctype, however it does not let me edit the field to allow this change.