Jannik Wiedenhaupt
05/02/2024, 4:40 PMdev or prod?Ian Whalen
05/02/2024, 5:18 PMkedro run --env=$ENVIRONMENT
Then have separate catalog entries in your dev and prod catalogs
But if you want it to be dynamic at run time you could do something like a hook (maybe using this hook). But using env seems more rightJannik Wiedenhaupt
05/02/2024, 5:55 PM