Skip to content

Commit

Permalink
feat: added run_id to output (#708)
Browse files Browse the repository at this point in the history
* added run_id to command line output

* feat: added run_id to command line output
  • Loading branch information
rishabkhawad committed Feb 9, 2023
1 parent d7b44b0 commit 17720f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data_validation/consts.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
"end_time",
"labels",
"pct_threshold",
"run_id",
"start_time",
"target_table_name",
"target_column_name",
Expand All @@ -155,7 +154,6 @@
"num_random_rows",
]
SCHEMA_VALIDATION_COLUMN_FILTER_LIST = [
"run_id",
"start_time",
"end_time",
"aggregation_type",
Expand Down

0 comments on commit 17720f2

Please sign in to comment.