🚀 We just launched v1 of our new documentation! It lives at docs.avanty.app - come check it out!
You can learn about tips for prompting Avanty, privacy features, and more.
What product / startup is building the best way to query your databases or data warehouses using natural language?
(eg what is the difference in adoption of X between cohorts who started in Jan vs Feb?)
A beautiful looking workflow for generating complex analytical queries in @metabase. Love the code comments explaining what each part of the query does as well.
x.com/AvantyApp/status/16458…
Metabase 46 is here, with a host of new features to make your day-to-day experience even better.
👇 Follow this thread where we’ll share some of our favorite updates over the next couple of days.
metabase.com/releases/metaba…
Just used GPT-4 to calculate churn from the pricing change for the next Gumroad board meeting.
Prompts used:
* "SQL query for Metabase to get the top 25 creators who made the most volume 30-60 days ago, but made no volume in the past 30 days"
* We have a table called `users` which has username, and a table called `purchases` where `purchases` has `price_cents`, `seller_id` which points to users, and `created_at`. Can you redo the query with that in mind?