Promote creation and updates on VDS across different envs

Hi,

I’m trying to understand what is the correct procedure to deploy changes on an environment.
Let’s say that i’m working with a standalone version of dremio on my local with the same type of sources and and same VDS as my development environment.
When i create new VDS and change existing ones on my local, how can i promote these changes to my dev environment. Is there any common develoment or do i need to build something custom, using the REST API for example?

Thanks,
Pedro

1 Like

I am also trying to find a solution for this.

There are SQL commands for creating Datasets and Reflections manually.
But How to generate Datasets and Reflections SQL code from QA and how to run those commands not one by one but all at one go in PROD (something like command prompt) ?