Jonathan Mathews
08/10/2022, 4:10 PMAnna Geller
08/10/2022, 5:47 PMJonathan Mathews
08/10/2022, 6:02 PMaws_account_id = Secret("AWS_ACCOUNT_ID").get()
…but this doesn’t seem to:
cluster = os.getenv('CLUSTER')
Anna Geller
08/11/2022, 10:43 AMJonathan Mathews
08/11/2022, 11:22 AMlocal: bool = False
how is that set and what is it? A parameter? Is there a way of returning a different run config (even if we have a few different ones hard-coded) depending on the label? At the moment, I can only see how to do “not local” and “local”, if that makes senseAnna Geller
08/11/2022, 11:52 AMJonathan Mathews
08/11/2022, 11:57 AMAnna Geller
08/11/2022, 3:02 PMJonathan Mathews
08/11/2022, 3:06 PMstaging
or prod
) to be able to return the correct run_config, but from what I can see you can’t access those there