My team has be encountering an issue where we lack the presence of production data in our test deployments when experimenting with new features.
Is there a way to create a non-production mirror of the production data that our test deployments could have access to? Currently, the prod data is in the prod deployment.
We know there is the method of exporting the production data and importing it to our test deployments, though that is redundant memory. If there is another way of solving this issue, please share!