27
How do I keep an expensive model out of the nightly run but still be able to build it on demand?
One of our models is expensive and only needs rebuilding weekly, or when somebody asks for it. Right now it runs every night with everything else because the scheduled job builds the whole project. Disabling it in…