I wrote a SQL script containing multiple SQL SELECT statements, and each is prefixed with a @export command block, defining settings for the producer, consumer and processor.
When I run this script in DBeaver with "Execute as script...", only the first query is executed and exported accordingly.
Why are the other SELECT statements not executed and exported according to their prefixed @export command?
And why is there a dialog opened as well, can I avoid this? Its annoying when I need to click through many dialogs just to confirm settings I did with the @export command.