How to configure great expectations to run different settings? I have a local
and production
settings which has different path for their validation/expectation/doc path? In general, I have need to override some keys in the great_expectations.yml
Is config_variables.yml
designed to use for these situation?
Args:
project_root_dir: path to the root directory in which to create a new great_expectations directory
runtime_environment: a dictionary of config variables that
override both those set in config_variables.yml and the environment
Args:
project_root_dir: path to the root directory in which to create a new great_expectations directory
runtime_environment: a dictionary of config variables that
override both those set in config_variables.yml and the environment
DataContext seems accept some argument, but the documents does not match the code.
I also try just passing in a dictionary according to the docstring, but it does not work as expected.