Clearer names What was previously known as the env...
# announcements
m
Clearer names What was previously known as the environment dictionary is now called the
run_config
, and the previous
environment_dict
argument to APIs such as
execute_pipeline
is now deprecated. We renamed this argument to focus attention on the configuration of the run being launched or executed, rather than on an ambiguous "environment". We've also renamed the
config
argument to all use definitions to be
config_schema
, which should reduce ambiguity between the configuration schema and the value being passed in some particular case. We've also consolidated and improved documentation of the valid types for a config schema.
👍 1