Hi all,
We are currently using multiple composers instances when we need additional dev tiers(dev1, dev2 etc). We deploy all of our DAG folder from repo into the storage bucket used by composer.
I want to be able to deploy multiple branches of repo to the same storage bucket( but in different folders - dev1, dev2 etc) used by one composer only(dev composer). In this scenario - how can I have multiple environments in the same composer to be able to run the dag with same dag_id at the same time ? May be a way to separate context by namespace or something else ?
DOes such a solution exist?