Sambhav Saxena
Sambhav Saxena
@umairsy afaik, we will not need any other plugins or create any bridge for connecting our databases to insights. In the coming updates, they're trying to use an all-support database...
hi @aaguirrek I have implemented the same using google's bigquery dialect. You can check it out here: https://github.com/frappe/insights/issues/324
follow-up, I have made some tweaks around the system and was able to list tables and fetch data from those tables using the underlying methods, had to add [google-bigquery-dialect](https://github.com/googleapis/python-bigquery-sqlalchemy) in...