Implicit mapping between SQL to target is great, but how does the SQL author know what SQL to write in the first place?
I've done no shortage of integrations like this, and there is no avoiding reading the target SaaS documentation to know what their schema looks like so I can shape data accordingly. Without that step, I can't even start writing SQL.