Important announcement:
84 likes 8 replies
Replies
Max Caldwell · Nov 22
I think raw sql queries are better than orm usage 7/10 times
Richard Bamattre · Nov 22
No let's pull data from SQL and then manipulate it dozens of times in our BI tool
Mer · Nov 22
A co-worker (Tableau lover) once told me “SQL is dead” in a whisper like it’s a secret I should know about. I did not like him before, most certainly not after that comment
JR Peck 🇺🇦 · Nov 23
Yes but what flavor?
William 🇺🇦 · Nov 22
I often just reply to data questions people ask me with sql blocks that answer the question for them. Eventually they’ll learn how to use it.
Carlos · Nov 22
Better suggestion:
Travis Dawry · Nov 23
If I can just use dbplyr, I'd be fine with it.
Jaisen Mathai · Nov 22
If I can't figure out how to do it using Postgres I just wait around until I do. The exception is storing files as JSON if I want something lighter weight.