Santiago Gonzalez
11/11/2021, 8:40 PMPrefectSecret different, depending on a value of a parameter. For example: If the param env is ‘dev’ i need to take db_dev_url PrefectSecret, otherwise takes db_prod_url PrefectSecret. Does it help me to do that? Or what do you think is the best way to get it? thanksKevin Kho
PrefectSecret one here . Edit the run or init to take in another value, and then change the self.nameSantiago Gonzalez
11/11/2021, 8:59 PM