Skip to content

Commit

Permalink
Updated example project settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddhantSadangi committed Nov 9, 2023
1 parent bec8367 commit ac015df
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions examples/planets/src/planets/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,12 @@
CONFIG_LOADER_CLASS = OmegaConfigLoader
# Keyword arguments to pass to the `CONFIG_LOADER_CLASS` constructor.
CONFIG_LOADER_ARGS = {
# "globals_pattern": "*globals.yml",
"credentials_neptune": ["credentials_neptune*"],
"neptune": ["neptune*"],
"config_patterns": {
# "spark" : ["spark*/"],
# "parameters": ["parameters*", "parameters*/**", "**/parameters*"],
"credentials_neptune": ["credentials_neptune*"],
"neptune": ["neptune*"],
}
}

# Class that manages the Data Catalog.
Expand Down

0 comments on commit ac015df

Please sign in to comment.