-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Epic: Connectors for additional BI tools #3906
Comments
I'd heavily push for PowerBI, and then I'd also really like to see a cube Pivot table driver for Excel |
+1 powerbi and tableau |
+1 Metabase |
+1 metabase |
An Excel pivot table driver would truly be next level. Almost nothing in the modern data stack is directly accessible from Excel (while being easy to use like a cube), yet Excel is the most common analytics tool in the world. If we want a headless BI tool that everything flows through this is a must. |
+1 Grafana |
+1 Holistics |
In addition to Tableau, PowerBI connection, I'll add Cube connection to Databricks SQL Analytics and Snowflake SQL. This will give data engineers one SQL notebook to query both derived metrics in the Cube and data in Lakehouse. |
+1 Google Datastudio |
+1 Google Sheets |
please add a connector for thoughtspot |
please consider qlikview 🙏🏿 |
Nice @rpaik Big big vote up for Google Sheets! Very happy to help test and think through workflow. Over at CodeSandbox we're frequently building Dashboards in Apache's superset and the operations team needs a little more flex sometimes, so we're now copying data, instead of using either connected sheets or stream it in some other form. |
+1 on datastudio |
+1 for Evidence |
+1 Tableau |
+1 DBeaver Universal Database Tool |
@musharma888 For Thoughtspot you can select Redshift as the origin. We are currently working on adding official support to TS but most queries already work out-of-the-box. |
@johanjvrens For DBeaver select postgres as the type of DB and you will be able to connect to it. The same applies to other DB IDEs like Jet Brains Datagrip, VS Code and others. |
I've tried to connect via Postgre protocol to the docker container 'cubejs/cube' (the latest image) from SeekTable (cubejs was configured for real PostgreSQL DB) but got this strange error on any query (even for just "select 1"):
SeekTable uses official Npgsql (.NET) driver. |
I've found the reason: Npgsql driver requires a special option in the connection string @rpaik @paveltiunov is it possible to add SeekTable to this list https://cube.dev/docs/config/downstream ? Let me know if I can help with that somehow. |
I've tried to connect cube.js with Chartbrew (https://chartbrew.com/) using SQL API, but I obtain the following error :
It seems that Charbrew uses Sequelize to connect to a PostgreSQL DB. |
Hi, Is there work being done on a XMLA connector or something similar? In the issue below there is a reference to an XMLA project, but that is all that I can find: |
Hi, |
Microstrategy! |
+1 cumul.io |
+1 to add https://www.querybook.org |
Since creating this epic, we have improved the support of the PostgreSQL dialect for the SQL API. I recommend testing any BI tool that supports PostgreSQL connections. It's even possible to connect to Excel using the official Postgres odbc connector. Link for windows: https://www.postgresql.org/ftp/odbc/versions/msi/ The version I tested that works is “psqlodbc_13_02_0000-x64-1.zip” |
@pacofvf in this regard, maybe you know about plans to support 'GROUP BY CUBE' syntax for SQL queries? I mentioned above that SeekTable is able to connect to Cube.js via PostgreSql driver (with a special connection string option) and it works good for common aggregates (COUNT, SUM, AVG, MIN, MAX) and subtotals are also ok because for these aggregate functions it is possible to calculate subtotals on BI tools side. However, for custom-SQL metrics - like 'count unique' via
to load subtotals/grand total and show them in a pivot table report accordingly. Almost all popular DBs support |
Domo please |
As @paco-valdez mentioned, with every release Cube becomes more and more capable and now, with the query pushdown, supports dozens of BI tools through the SQL API. Many tools mentioned in this thread are already supported. Everyone who is interested in the support for a specific tool is encouraged to create a separate issue for that. I've also created a new meta-issue where I will be gathering links to such individual tickets: #8660 |
Continue to provide SQL connectors for leading BI tools.
Work items include:
The text was updated successfully, but these errors were encountered: