Closed as not planned
Description
Is this your first time opening an issue?
- I have read the expectations for open source contributors
Describe the Feature
We are executing DBT models via RPC with an external orchestrator.
We need to execute the same model multiple times in a parallel - each would create a different table with an alias.
However, since the temp tables name is determined via the model's name and not the alias the different executions crash.
Is it possible to add a way to manipulate the temp table's name at the model scope or make it based on the alias by the default?
Describe alternatives you've considered
I can execute the models sequentially but that would take much more time.
Who will this benefit?
Everyone who is interested in executing the same model multiple times in parallel and assuring different names via aliases.
Are you interested in contributing this feature?
No response
Anything else?
No response