How to change execution commands with dbt jobs

OK - you could maybe make something work using the API, but out of the box the UI doesn’t let you configure anything like that.

Another consideration might be to change how you’re treating your sources. If you have a use case like this, you could union your sources into a single model and then run the downstream analysis only once: Unioning identically-structured data sources