fast-vr-44972
09/07/2023, 8:36 PMconfig.json? Do we have to manually set it as some env var so that it can use the correct cluster?limited-tomato-18674
09/07/2023, 9:03 PMconfig.json can point to your primary/default cluster.
2. Have another config corresponding to your second cluster - let’s call it config_secondary.json
3. Then you can use METAFLOW_PROFILE=secondary python flow.py run and this will use the cluster pointed to by config_secondary.jsonlimited-tomato-18674
09/07/2023, 9:04 PM