Channels
advanced-need-help
job-posting
welcome
announcements
resources
plugins-integrations
beginners-need-help
random
introductions
Powered by
Title
r
Rjify
05/25/2022, 12:15 AM
Hello all, curious if there is a way to change the default env in Kedro from "local" to "something_else" ?
d
datajoely
05/25/2022, 8:54 AM
Explicit default config environments
In
settings.py
you can provide a dictionary of config loader args
as per the constructor here
https://kedro.readthedocs.io/en/0.18.1/_modules/kedro/config/config.html
you can provide
default_run_env
as an argument
2 Views
#advanced-need-help
Join Discord