-
I cannot use any major BI tool, powerBi, Metabase, Tableau, Google Data Studio to connect with the PlanetScale database. I tried all of these tools using the MySQL connector but get failure on everyone with/out SSL. I can't believe this isn't being talked about more as a major limitation. I haven't seen any discussions around this. How are folks visualizing their data today? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 14 replies
-
Hello @shelbyt! We definitely have users that have been testing things out with PlanetScale and Metabase in recent months (there's a small internal adjustment we need to make to switch the database over to our new Gen4 Query Planner, but those users didn't have trouble connecting to the PlanetScale database itself as far as I can recall, but the Gen4 Query Planner adjustment was needed for the additional operations that Metabase wanted to use after adding in a new database...for example, Metabase runs some metadata collection queries to learn more about the tables/fields in the database you are adding in). As far as I can recall, we haven't had any users report trying to use PowerBI, Tableau, or Google Data Studio so far. The SSL connection to the PlanetScale database should work however (so long as each of those tools supports the option). I'd be curious if any of those tools might require the Gen4 Query Planner feature to be enabled as well after confirming that an SSL connection is able to be established successfully. If you can please reach out to us via: So we can assist you further (you can't directly attach anything upon initial submission of your ticket on that page, but once the ticket is created you can reply with additional screenshots and other info and we can see if we can get some of those BI tools working for you with your PlanetScale database). |
Beta Was this translation helpful? Give feedback.
-
We recently added full support for PlanetScale on Draxlr(https://draxlr.com), Both for the Query Builder and the Raw SQL Queries. |
Beta Was this translation helpful? Give feedback.
-
I also tried using Google Data Studio, and it doesn't connect at all. Has anyone done it, or is it planned to make this possible? |
Beta Was this translation helpful? Give feedback.
-
To answer the original question, we have shipped PlanetScale Connect at the end of May which should help with extracting data from PlanetScale and pushing it to other destinations for analysis, transformation, archival, etc. The only caveat is that you cannot configure PlanetScale as a destination in Airbyte yet, only as a source. And, although a MySQL connector exists, it requires the use of I also want to highlight @nirnejak's comment in this thread. Thanks for adding support for PlanetScale! :-) Last but not least, if you're running into connectivity issues, reach out to us at https://support.planetscale.com/ and we will see what we can do to help. |
Beta Was this translation helpful? Give feedback.
-
Could I get help with Databox? It requires more than the SSL CA |
Beta Was this translation helpful? Give feedback.
-
Example how to connect PlanetScale to Google Looker Studio - works for me:
|
Beta Was this translation helpful? Give feedback.
To answer the original question, we have shipped PlanetScale Connect at the end of May which should help with extracting data from PlanetScale and pushing it to other destinations for analysis, transformation, archival, etc.
The only caveat is that you cannot configure PlanetScale as a destination in Airbyte yet, only as a source. And, although a MySQL connector exists, it requires the use of
LOAD DATA LOCAL INFILE
and Common Table Expressions, neither of which are currently supported in Vitess or PlanetScale so, sadly, that's not an option either.I also want to highlight @nirnejak's comment in this thread. Thanks for adding support for PlanetScale! :-)
Last but not least, if you're runn…