Skip to content

Commit cdc8260

Browse files
committed
restore data_profiling_config
1 parent e8ae7ab commit cdc8260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/data_profiling/compare_reports.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def compare(
281281
all_configs = [r.config for r in reports] # type: ignore
282282
else:
283283
configs_str = [
284-
json.loads(r.package["_config"]) for r in reports # type: ignore
284+
json.loads(r.package["data_profiling_config"]) for r in reports # type: ignore
285285
]
286286
all_configs = []
287287
for c_str in configs_str:

0 commit comments

Comments
 (0)