Skip to content

Commit

Permalink
remove check columns
Browse files Browse the repository at this point in the history
  • Loading branch information
armandleopold committed Mar 17, 2024
1 parent 9cc8fb0 commit 7ba3c51
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions data_compare_pack/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@
"value": {"info": "0", "warning": "0.5", "high": "0.8"},
"scope": {"perimeter": "dataset", "value": pack.source_config["name"]},
},
{
"key": "check_column",
"value": [combined_columns_list],
"scope": {"perimeter": "dataset", "value": pack.source_config["name"]},
},
{
"key": "mismatches_table",
"value": format_structure,
Expand Down
5 changes: 0 additions & 5 deletions data_compare_pack/pack_conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
},
"display_title": true
},
{
"metric_key": "check_column",
"chart_type": "check_table",
"display_title": true
},
{
"metric_key": "mismatches_table",
"chart_type": "table",
Expand Down

0 comments on commit 7ba3c51

Please sign in to comment.