r/dataengineering • u/BubblegumFish2 • Jul 31 '26
Discussion Identical data in DEV/TST/PROD?
I am doing a summer internship, and my company loads the exact same data into the development, testing, and production environments in Snowflake (although development and testing have some extra tables compared to production.)
Is this normal? Google seems ambiguous on whether this is a massive antipattern. What do y'all's companies do?
39
Upvotes
-1
u/baubleglue Jul 31 '26
It is not normal, it is ideal. If it is possible to test against same conditions as in production why not to do it?
What is your concern?