by houqp on 5/31/22, 4:24 AM with 22 comments
by mritchie712 on 5/31/22, 10:36 AM
with sheet as (
select \*
from
url('https://docs.google.com/spreadsheets/d/1XGCy0tYU5YcEouO09_ErZIyqjA-VJ4pidLZmMmJkEdk/gviz/tq?tqx=out:csv&sheet=Sheet1&range=A:C', CSVWithNames)
)
select \* from sheet
https://luabase.notion.site/Query-a-Google-Sheet-905da4e981b...by whatrocks on 5/31/22, 12:55 PM
https://charlieharrington.com/library/
Click the “I’m feeling lazy” button if you just want to see some example queries.
I also wrote a tutorial, as well, if you’d like to try out roapi yourself:
by hbarka on 5/31/22, 6:05 AM
by nathanwallace on 5/31/22, 10:45 AM
1 - https://steampipe.io 2 - https://hub.steampipe.io/plugins 3 - https://hub.steampipe.io/plugins/turbot/googlesheets
by hoistbypetard on 5/31/22, 6:16 AM
Does this client do something smart to mitigate that, have the limits been relaxed, or is it still a problem?
by kristiandupont on 5/31/22, 7:22 AM
The great thing about it is that you get a very versatile admin UI for free. The downsides however are rate limits and the fact that I can't think of any way to build in some sort of safety that would prevent people from accidentally deleting a bunch of data with a mouse click. I would love to hear if anyone has real life experience with the approach.
by Normal_gaussian on 5/31/22, 7:18 AM
by jdonaldson on 5/31/22, 4:21 PM