Hi there,
I was wondering if there is already a solution to the following scenario:
We are working on an internal instance and are developing a “data-product” with test-data. Then I want to deploy this state of the data-product to a customer instance.
I then initialize my backend workflows with the customer data, meaning I create all necessary datatables from the customer data. However we are also using VDTs a lot.
How can I now transfer the VDTs based on certain datatables from the develop-instance to the customer-instance without overriding my datatables, that were initialized with customer-data, with the test-data from the export of our develop-instance.
TLDR: Is there a way to just transfer/update the VDTs without the need of also transferring actual datatables?
Thanks