ValdarT

Results 45 comments of ValdarT

Perhaps the most straight-forward (albeit not efficient) approach would be to reshape the data into a 'wide' format matrix? It should be possible to borrow code from DataFrames for the...

Right. I obviously totally missed the point here. Thank you for the clarification! I need to take the time to get to know Plots better. It is a really magical...

Although, for what it's worth, for unifying the color bar the reshaping does work. : ) (Plotted the 'widedata' from pervious code snippet.) ![facetexample](https://user-images.githubusercontent.com/7242935/30130081-b93fb886-9350-11e7-9f47-eee8abf33515.png)

Thank you for the driver, @fhsgoncalves! I managed to connect to the Databricks cluster but syncing the tables failed: I can see all of the tables in the database but...

> Including another driver in the official release is much more work than people think. This driver is currently not on our roadmap. As far as I understand any Spark...

For anyones else ending up here: this fork of the community driver worked for me (the one linked in [documentation](https://www.metabase.com/docs/latest/developers-guide-drivers.html) did not): https://github.com/rajeshkumarravi/metabase-sparksql-databricks-driver

Another use case for this is to have a "Smart Number" as well as a "Line" graph based on the exact same data/query. Although this case might be better met...

Why close the issue? GAMs seem like a great addition so the feature request makes sense (whether there is ongoing work on it or not)?

Thank you for the answer. HTML was actually the format I had in mind and I'm surprisd to notice that I missed to mention it explicitly.