I am using global-sub.yml as mulesoft manifest which is inherited from a global.yml. now i want to import or include another yml file. such as db2.yml or oracle.yml in global-sub.yml. I tried several patterns but always failed. how to make it happen?
for example of my global-sub.yml
inherit: ../global.yml
env:
xxx: xxx
yyy: yyy