28
How should development and production write to different schemas without two copies of the configuration?
Our transformation project writes to the same schema whether it runs on my laptop or in the scheduled production job, so a local run can overwrite a production table. That is obviously wrong and I would like to fix it…