Hey, I’m deploying my flows on different AWS accou...
# ask-metaflow
s
Hey, I’m deploying my flows on different AWS accounts. When I want to inspect my flows, running:
Copy code
from metaflow import Metaflow
print(Metaflow().flows())
I want to control from which account I’m pulling the results. Which environmental variable should I set, to ensure showing flows from desired AWS account?