Also I recently saw that there is now a way ro replace a VDS :
https://docs.dremio.com/sql-reference/sql-commands/datasets.html
> CREATE OR REPLACE VDS <VIRTUAL-DATASET-PATH> AS <SQL-QUERY>
For example
> CREATE OR REPLACE VDS demo.jobs_vds as SELECT * FROM "oracle_e2e".DREMIO.JOBS
I don’t know which version introduced that but that’s a good new !