First off, thanks for building this amazing tool. I'm really impressed by the pace of continued improvements.
I wanted to ask if there's a way to change the default join type in the visual builder to "INNER JOIN". I find LEFT JOIN an odd choice for a default since "JOIN" by itself in most SQL dialects defaults to INNER.
This is obviously not a huge deal, but I have noticed since trying to move more of my workflow into the visual builder how much of an inconvenience it is to update the join type first thing every time I join to a new data source.
Happy to open a GitHub Issue if one doesn't already exist.