Maria
12/10/2021, 6:32 AMpostgres_execute = PostgresExecute( db_name="abc", user="peter", host="my_host", port=5432,)
I have multiple databases (dev, test, demo, +prod db per client), and I need to query/load data into the relevant one. I have a config file and I was hoping I could use Parameter to tell what config line to choose - but it seems like I cannot override those params... What is the recommended approach for such use case?Anna Geller
Anna Geller
Maria
12/10/2021, 10:18 AMAnna Geller
Maria
12/10/2021, 10:20 AMKevin Kho