Is there a way to resource database connections in models that have lots of source data? I would like to create a model in DEV, run in TEST then PROD for various schema changes or processes. I currently open each source and update the db connection, wondering if there is a better way.