I am aware that the question has been asked before, so looking for an update.
Has the situation changed, and if not how can I actually achieve it?
I am aware that the question has been asked before, so looking for an update.
Has the situation changed, and if not how can I actually achieve it?
@spireite Not yet, the only crude way is to download information_schema.views
Thanks, I was so hoping that this would have been addressed by now.
@spireite, maybe DBT Dremio adapter could help for that, it works fine with DBT and you can create VDS, etc… if it is what you mean.
Hi @spireite !
We use gitlab-ci for CD dremio from git sources.
My command developed gradle plugin for this task.
Our basic principles:
src/main/dremio
contains directories-equivalents of Dremio spaces. Every space contains sql-files with VDS definitions.Interesting, thanks very much @tfedyanin