Can’t I display the SQL Runner Query result visualization as a dashboard?
No, you can’t, everything that’s displayed to the end user has to go through LookML modelling layer. SQL Runner bypasses it just for quick checks
SQL Runner doesn’t give you a direct way, but there is a long way to do it.
3 steps essentially:
- Use SQL Runner to create a derived table: link here (“Add to Project” is the fastest way!)
- Now that you have a LookML view file, create an explore from it
- Use this explore to create looks!