Update real_time_dashboard_usage_by_dashboard.sql#1
Update real_time_dashboard_usage_by_dashboard.sql#1shahmohamadi wants to merge 1 commit intoMilhosOU:mainfrom
Conversation
change "_" to "." in column names
|
@shahmohamadi thanks for this! Is it schema metabase better than public? |
I have a "metabase" schema on the database, but that's not so important. two column names need editing I think: public.view_log_user_id ==> public.view_log.user_id I got some partial on some of your other scripts in this repo too that would comment soon |
|
Well, I think it makes sense to have metabase instead of public, much more straightforward. If you feel to change the schema also on all other queries, that would be amazing! Last but not least, I need to add in the README how to connect metabase database (at the moment you can only do it if you self host metabase, and not with the premium version) |
change "_" to "." in column names