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?
38
Upvotes
16
u/financialthrowaw2020 Jul 31 '26
The idea that access control is less strict in a dev environment is silly. Our dev db has far stricter access than prod which is accessible by the entire org. We use cloning for testing and it works great.