We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ae7ab commit cdc8260Copy full SHA for cdc8260
1 file changed
src/data_profiling/compare_reports.py
@@ -281,7 +281,7 @@ def compare(
281
all_configs = [r.config for r in reports] # type: ignore
282
else:
283
configs_str = [
284
- json.loads(r.package["_config"]) for r in reports # type: ignore
+ json.loads(r.package["data_profiling_config"]) for r in reports # type: ignore
285
]
286
all_configs = []
287
for c_str in configs_str:
0 commit comments