Skip to content

Commit

Permalink
Add read_environment_variables to load_and_merge_dir_config docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Jannic Holzer <jannic.holzer@quantumblack.com>
  • Loading branch information
jmholzer committed Jan 9, 2023
1 parent 238ce4d commit fc7f81e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro/config/omegaconf_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def load_and_merge_dir_config(
Args:
conf_path: Path to configuration directory.
patterns: List of glob patterns to match the filenames against.
read_environment_variables: Whether to resolve environment variables.
Raises:
MissingConfigException: If configuration path doesn't exist or isn't valid.
Expand Down

0 comments on commit fc7f81e

Please sign in to comment.