Add write to temp tables when in developer mode

As mentioned here

“Developer Mode will not log any completions or update the records within Tables- so there is no need to worry about messing up production data.”

It might be useful to spin up temp tables and use those for writes and reads.

1 Like

+1. I’m running into issues where table aggregations aren’t updating as they should in Dev Mode, presumably because no data is transacting between tables, and I have to do sanity checks in the player. Not ideal if you’re actually dealing with sensitive data.