``` context = gx.get_context( context_root_dir=context_root_dir, project_root_dir=None, mode="file" ) ``` Results in ``` TypeError: 'project_root_dir' and 'context_root_dir' are conflicting args; please only provide one ``` GX version: 1.3.7 I think this is due to https://github.com/great-expectations/great_expectations/blob/f9dba6f7c5409b0f25374dac028000ebabedca48/great_expectations/data_context/data_context/context_factory.py#L184
Results in
GX version: 1.3.7
I think this is due to
great_expectations/great_expectations/data_context/data_context/context_factory.py
Line 184 in f9dba6f