Hi team !
In my metaflow project, the flow is supposed to be running on 2 AWS accounts : one production account and one development account.
Therefore I need 2 different metaflow config.json files (1 per account).
How can I handle / easily switch from one config.son to another one ? Is there any way to have one config_prod.json and another config_dev.json ? any best practice / recommendations ?
Thanks in advance !