If SELECT in CREATE TABLE AS SELECT(CTAS) returns 0 rows, Dremio does not create the table.
This is a blocker for us.
Our analytics engine generates CTAS statements producing intermediate caches.
If CTAS depends on other CTAS statements, it fails.
Is there a way how to force Dremio to create even empty tables?
If not, would it be possible to put it on your roadmap?