You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
debugging --> I am prone to make silly mistakes (forgetting a comma, a parenthesis, etc.), so if the error message could tell me or maybe even highlight the row where the issue is, that would be simply lovely. I know we have the red underlining but it doesn't always work properly. iirc Databricks highlights the part of your code in red that results in it not running (I haven't used Databricks in over a year now though so not 100% sure)
formatting --> I'm terrible at being consistent when I write my queries, so before I share it for review with someone, I usually copy-paste it to ChatGPT to format it for me, so people have an easier time understanding what's going on
clearer indication that by default only the first 100 rows will be shown (e.g. when I open a new tab, the example query has the LIMIT 100 but if I remove that and rerun it, it's still 100 results), and how can I override this
partial runs --> so especially when I'm investigating something, it would be helpful to just run parts of the query within the same tab by using ; at the end of each query instead of commenting things out. sometimes I forget the exact fields/properties and I just want to have a quick look at the schema, etc. e.g. below 👇 and I could just highlight the one I want to run, it works like this in Metabase (and others)
select
id,
country,
event
from events;
select * from events limit 1;
this is not a super annoying thing but it would be helpful in certain scenarios
time outs --> this one is a minor issue but I'd love it if a query that would eventually time out wouldn't even run, just tell me it's not gonna happen so I don't sit there for minutes. I know it's a first world problem, hence being the last one
Goal: We're undergoing a rebuild of our data warehouse/sql editor scene to improve UX and become a full fledged and joy-sparking editor.
MVP - this will be sufficient as a replacement for the existing editor
Upcoming:
Further out:
The text was updated successfully, but these errors were encountered: